Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/tcpdump/
Dprint-tcp.c542 datalen = TCP_SIGLEN; in tcp_print()
558 for (i = 0; i < TCP_SIGLEN; ++i) in tcp_print()
563 for (i = 0; i < TCP_SIGLEN; ++i) in tcp_print()
737 u_char sig[TCP_SIGLEN]; in tcp_verify_signature()
813 if (memcmp(rcvsig, sig, TCP_SIGLEN) == 0) in tcp_verify_signature()
Dtcp.h84 #define TCP_SIGLEN 16 /* length of an option 19 digest */ macro
/freebsd-10-stable/sys/netinet/
Dtcp_var.h296 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro
Dtcp_subr.c2312 char tmpdigest[TCP_SIGLEN]; in tcp_signature_verify()
2348 if (bcmp(to->to_signature, &tmpdigest[0], TCP_SIGLEN) != 0) { in tcp_signature_verify()