Searched refs:TCPOLEN_SIGNATURE (Results 1 – 3 of 3) sorted by relevance
120 #define TCPOLEN_SIGNATURE 18 macro
1500 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()
2831 if (optlen != TCPOLEN_SIGNATURE) in tcp_dooptions()