Searched refs:cookie_sidecheck (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/tcpdump/ |
| H A D | print-isakmp.c | 798 #define cookie_isinitiator(ndo, x, y) cookie_sidecheck(ndo, (x), (y), 1) 799 #define cookie_isresponder(ndo, x, y) cookie_sidecheck(ndo, (x), (y), 0) 801 cookie_sidecheck(netdissect_options *ndo, int i, const u_char *bp2, int initiator) in cookie_sidecheck() function
|