Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDprint-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)
HDtcp.h83 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro
/NextBSD/sys/netinet/
HDtcp_var.h340 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro
HDtcp_subr.c2635 char tmpdigest[TCP_SIGLEN]; in tcp_signature_verify()
2671 if (bcmp(to->to_signature, &tmpdigest[0], TCP_SIGLEN) != 0) { in tcp_signature_verify()