Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp.h89 #define TCPOLEN_WINDOW 3 macro
HDtcp_output.c1724 if (TCP_MAXOLEN - optlen < TCPOLEN_WINDOW) in tcp_addoptions()
1726 optlen += TCPOLEN_WINDOW; in tcp_addoptions()
1728 *optp++ = TCPOLEN_WINDOW; in tcp_addoptions()
HDtcp_subr.c2331 optlen += PAD(TCPOLEN_WINDOW); in tcp_maxseg()
HDtcp_input.c3317 if (optlen != TCPOLEN_WINDOW) in tcp_dooptions()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_compat.h867 #ifndef TCPOLEN_WINDOW
868 # define TCPOLEN_WINDOW 3 macro
HDip_state.c1942 if (ol == TCPOLEN_WINDOW) {
/NextBSD/sys/netpfil/pf/
HDpf_osfp.c158 if (optlen >= TCPOLEN_WINDOW) in pf_osfp_fingerprint_hdr()