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