Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dtcp.h81 #define TCPOLEN_SIGNATURE 18 macro
/freebsd/sys/netinet/
H A Dtcp_output.c599 PADTCPOLEN(TCPOLEN_SIGNATURE) : 0) + in tcp_default_output()
1860 int siglen = TCPOLEN_SIGNATURE - 2; in tcp_addoptions()
1866 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) { in tcp_addoptions()
1870 optlen += TCPOLEN_SIGNATURE; in tcp_addoptions()
1872 *optp++ = TCPOLEN_SIGNATURE; in tcp_addoptions()
H A Dtcp.h121 #define TCPOLEN_SIGNATURE 18 macro
H A Dtcp_subr.c3503 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()
3519 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()
3552 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_fixed_maxseg()
3563 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_fixed_maxseg()
H A Dtcp_input.c3597 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()