Searched refs:TCP_SIGLEN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcp.h84 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro
H A Dprint-tcp.c542 datalen = TCP_SIGLEN;
558 for (i = 0; i < TCP_SIGLEN; ++i)
563 for (i = 0; i < TCP_SIGLEN; ++i)
737 u_char sig[TCP_SIGLEN];
813 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)

Completed in 66 milliseconds