Searched refs:TCPOLEN_TSTAMP_APPA (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp.h124 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */ macro
H A Dtcp_input.c439 if (( optlen == TCPOLEN_TSTAMP_APPA
440 || ( optlen > TCPOLEN_TSTAMP_APPA
441 && optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
H A Dtcp_output.c359 optlen += TCPOLEN_TSTAMP_APPA;

Completed in 103 milliseconds