Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp.h120 #define TCPOLEN_SIGNATURE 18 macro
Dtcp_output.c1500 int siglen = TCPOLEN_SIGNATURE - 2; in tcp_addoptions()
1506 if (TCP_MAXOLEN - optlen < TCPOLEN_SIGNATURE) in tcp_addoptions()
1508 optlen += TCPOLEN_SIGNATURE; in tcp_addoptions()
1510 *optp++ = TCPOLEN_SIGNATURE; in tcp_addoptions()
Dtcp_input.c2831 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()