Home
last modified time | relevance | path

Searched refs:TCPOLEN_SACKHDR (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp.h137 #define TCPOLEN_SACKHDR 2 macro
H A Dtcp_output.c814 if (TCP_MAXOLEN - optlen < TCPOLEN_SACKHDR + TCPOLEN_SACK) { in tcp_addoptions()
817 optlen += TCPOLEN_SACKHDR; in tcp_addoptions()
821 *optp++ = TCPOLEN_SACKHDR + (uint8_t)sackblks * TCPOLEN_SACK; in tcp_addoptions()