HomeSort by: relevance | last modified time | path
    Searched refs:TCP_SIGLEN (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
tcp.h 78 #define TCP_SIGLEN 16 /* length of an option 19 digest */
print-tcp.c 551 datalen = TCP_SIGLEN;
568 for (i = 0; i < TCP_SIGLEN; ++i)
574 for (i = 0; i < TCP_SIGLEN; ++i)
925 u_char sig[TCP_SIGLEN];
993 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)
  /src/sys/netinet/
tcp_var.h 155 #define TCP_SIGLEN 16 /* length of computed digest in bytes */
tcp_syncache.c 1221 memset(optp, 0, TCP_SIGLEN);
1222 optp += TCP_SIGLEN;
tcp_input.c 3093 char sigbuf[TCP_SIGLEN];
3209 !consttime_memequal(sigp, cp + 2, TCP_SIGLEN))
3213 memcpy(sigbuf, cp + 2, TCP_SIGLEN);
3233 char sig[TCP_SIGLEN];
3242 if (!consttime_memequal(sig, sigp, TCP_SIGLEN)) {
tcp_output.c 1147 memset(optp, 0, TCP_SIGLEN);
1149 optp += TCP_SIGLEN;

Completed in 30 milliseconds