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

/freebsd-11-stable/contrib/tcpdump/
H A Dtcp.h83 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro
H A Dprint-tcp.c514 datalen = TCP_SIGLEN;
531 for (i = 0; i < TCP_SIGLEN; ++i)
536 for (i = 0; i < TCP_SIGLEN; ++i)
845 u_char sig[TCP_SIGLEN];
913 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)
/freebsd-11-stable/sys/netipsec/
H A Dxform_tcp.c71 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro
255 char tmpdigest[TCP_SIGLEN];
276 if (bcmp(buf, tmpdigest, TCP_SIGLEN) != 0) {

Completed in 85 milliseconds