Searched refs:TCPOLEN_TIMESTAMP (Results 1 – 3 of 3) sorted by relevance
117 #define TCPOLEN_TIMESTAMP 10 macro118 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */
1486 if (TCP_MAXOLEN - optlen < TCPOLEN_TIMESTAMP) in tcp_addoptions()1488 optlen += TCPOLEN_TIMESTAMP; in tcp_addoptions()1490 *optp++ = TCPOLEN_TIMESTAMP; in tcp_addoptions()
2813 if (optlen != TCPOLEN_TIMESTAMP) in tcp_dooptions()