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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp.h122 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */ macro
H A Dtcp_lro.c457 if ((optlen == TCPOLEN_TSTAMP_APPA ||
458 (optlen > TCPOLEN_TSTAMP_APPA &&
459 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
483 if (optlen && !((optlen == TCPOLEN_TSTAMP_APPA) &&
H A Dtcp_input.c1367 if ((optlen == TCPOLEN_TSTAMP_APPA ||
1368 (optlen > TCPOLEN_TSTAMP_APPA &&
1369 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) &&
4494 mss -= TCPOLEN_TSTAMP_APPA;
H A Dtcp_output.c1137 optlen += TCPOLEN_TSTAMP_APPA;
H A Dtcp_subr.c2091 mss -= TCPOLEN_TSTAMP_APPA;

Completed in 75 milliseconds