Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c124 uint8_t opt[TCP_MAXOLEN]; in tcp_output()
1018 char outbuf[sizeof(struct tcphdr) + TCP_MAXOLEN]; in tcp_output()
1441 if (optlen == TCP_MAXOLEN) in tcp_addoptions()
1449 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG) in tcp_addoptions()
1463 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()
1475 if (TCP_MAXOLEN - optlen < TCPOLEN_SACK_PERMITTED) in tcp_addoptions()
1486 if (TCP_MAXOLEN - optlen < TCPOLEN_TIMESTAMP) in tcp_addoptions()
1506 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) in tcp_addoptions()
1526 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK) in tcp_addoptions()
1531 (TCP_MAXOLEN - optlen) / TCPOLEN_SACK); in tcp_addoptions()
[all …]
Dtcp_const.h91 …V_tcp_minmss = TCP_MAXOLEN + 1, // Must have enough space for TCP options, and one more byte for d…
Dtcp.h170 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
Dtcp_timewait.c126 uint8_t opt[TCP_MAXOLEN]; in tcp_twrespond()