Home
last modified time | relevance | path

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

/NextBSD/contrib/tcpdump/
HDtcp.h82 #define TCPOLEN_SIGNATURE 18 macro
/NextBSD/sys/netinet/
HDtcp.h99 #define TCPOLEN_SIGNATURE 18 macro
HDtcp_output.c1761 int siglen = TCPOLEN_SIGNATURE - 2; in tcp_addoptions()
1767 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) in tcp_addoptions()
1769 optlen += TCPOLEN_SIGNATURE; in tcp_addoptions()
1771 *optp++ = TCPOLEN_SIGNATURE; in tcp_addoptions()
HDtcp_subr.c2318 optlen += PAD(TCPOLEN_SIGNATURE); in tcp_maxseg()
2334 optlen += PAD(TCPOLEN_SIGNATURE); in tcp_maxseg()
HDtcp_input.c3343 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()