Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp.h104 #define TCPOLEN_SIGNATURE 18 macro
H A Dtcp_output.c602 PADTCPOLEN(TCPOLEN_SIGNATURE) : 0) + in tcp_output()
1813 int siglen = TCPOLEN_SIGNATURE - 2; in tcp_addoptions()
1819 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) { in tcp_addoptions()
1823 optlen += TCPOLEN_SIGNATURE; in tcp_addoptions()
1825 *optp++ = TCPOLEN_SIGNATURE; in tcp_addoptions()
H A Dtcp_subr.c3039 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()
3055 optlen += PADTCPOLEN(TCPOLEN_SIGNATURE); in tcp_maxseg()
H A Dtcp_input.c3472 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h104 #define TCPOLEN_SIGNATURE 18 macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c840 optlen += PAD(TCPOLEN_SIGNATURE); in ctf_fixed_maxseg()
851 optlen += PAD(TCPOLEN_SIGNATURE); in ctf_fixed_maxseg()