Searched refs:cookie_sidecheck (Results 1 – 1 of 1) sorted by relevance
811 #define cookie_isinitiator(x, y) cookie_sidecheck((x), (y), 1)812 #define cookie_isresponder(x, y) cookie_sidecheck((x), (y), 0)814 cookie_sidecheck(int i, const u_char *bp2, int initiator) in cookie_sidecheck() function