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

/freebsd-current/contrib/tcpdump/
H A Dtcp.h82 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro
H A Dprint-tcp.c535 datalen = TCP_SIGLEN;
552 for (i = 0; i < TCP_SIGLEN; ++i)
558 for (i = 0; i < TCP_SIGLEN; ++i)
898 u_char sig[TCP_SIGLEN];
966 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0)
/freebsd-current/sys/netipsec/
H A Dxform_tcp.c72 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro
269 char tmpdigest[TCP_SIGLEN];
295 if (bcmp(buf, tmpdigest, TCP_SIGLEN) != 0) {

Completed in 173 milliseconds