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

/macosx-10.10/tcpdump-61/tcpdump/
H A Dtcp.h78 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */ macro
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp.h122 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */ macro
H A Dtcp_lro.c460 if ((optlen == TCPOLEN_TSTAMP_APPA ||
461 (optlen > TCPOLEN_TSTAMP_APPA &&
462 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
486 if (optlen && !((optlen == TCPOLEN_TSTAMP_APPA) &&
H A Dtcp_input.c1683 if ((optlen == TCPOLEN_TSTAMP_APPA ||
1684 (optlen > TCPOLEN_TSTAMP_APPA &&
1685 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
5038 mss -= TCPOLEN_TSTAMP_APPA;
H A Dtcp_output.c1290 optlen += TCPOLEN_TSTAMP_APPA;
H A Dtcp_subr.c2184 mss -= TCPOLEN_TSTAMP_APPA;

Completed in 150 milliseconds