Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h133 #define TCPOLEN_WINDOW 3 macro
H A Dtcp_output.c704 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) { in tcp_addoptions()
707 optlen += TCPOLEN_WINDOW; in tcp_addoptions()
709 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
2083 TCPOLEN_WINDOW << 8 | in tcp_output()
H A Dtcp_input.c6421 if (optlen != TCPOLEN_WINDOW) { in tcp_dooptions()
/xnu-12377.1.9/bsd/net/
H A Dpf_osfp.c190 if (optlen >= TCPOLEN_WINDOW) { in pf_osfp_fingerprint_hdr()