Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tcp.c523 datalen = TCP_SIGLEN;
539 for (i = 0; i < TCP_SIGLEN; ++i)
544 for (i = 0; i < TCP_SIGLEN; ++i)
808 u_char sig[TCP_SIGLEN];
884 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)
Dtcp.h83 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro