Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tcp.c520 datalen = TCP_SIGLEN;
536 for (i = 0; i < TCP_SIGLEN; ++i)
541 for (i = 0; i < TCP_SIGLEN; ++i)
792 u_char sig[TCP_SIGLEN];
868 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)
Dtcp.h84 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro