Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dxform_tcp.c73 #define TCP_SIGLEN 16 /* length of computed digest in bytes */ macro
259 char tmpdigest[TCP_SIGLEN]; in tcp_ipsec_input()
280 if (bcmp(buf, tmpdigest, TCP_SIGLEN) != 0) { in tcp_ipsec_input()