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

/freebsd-10.2-release/contrib/tcpdump/
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)
/freebsd-10.2-release/sys/netinet/
H A Dtcp_var.h280 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro
H A Dtcp_subr.c2191 char tmpdigest[TCP_SIGLEN];
2227 if (bcmp(to->to_signature, &tmpdigest[0], TCP_SIGLEN) != 0) {

Completed in 117 milliseconds