Home
last modified time | relevance | path

Searched refs:TCPOLEN_WINDOW (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp.h133 #define TCPOLEN_WINDOW 3 macro
H A Dtcp_output.c764 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) { in tcp_addoptions()
767 optlen += TCPOLEN_WINDOW; in tcp_addoptions()
769 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
2143 TCPOLEN_WINDOW << 8 | in tcp_output()
H A Dtcp_input.c6430 if (optlen != TCPOLEN_WINDOW) { in tcp_dooptions()
/xnu-12377.61.12/bsd/net/
H A Dpf_osfp.c190 if (optlen >= TCPOLEN_WINDOW) { in pf_osfp_fingerprint_hdr()