Home
last modified time | relevance | path

Searched refs:TCPOPT_NOP (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_lro.c625 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16| in tcp_set_le_to_m()
712 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16| in tcp_lro_condense()
765 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16| in tcp_lro_condense()
1234 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16| in tcp_lro_rx2()
H A Dtcp_output.c1760 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1774 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1786 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1797 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1817 *optp++ = TCPOPT_NOP; in tcp_addoptions()
1839 *optp++ = TCPOPT_NOP; in tcp_addoptions()
H A Dtcp.h89 #define TCPOPT_NOP 1 macro
H A Dtcp_syncache.c810 case TCPOPT_NOP: in syncache_get_toa()
H A Dtcp_input.c3425 if (opt == TCPOPT_NOP) in tcp_dooptions()
/f-stack/freebsd/netpfil/ipfw/pmod/
H A Dtcpmod.c86 if (cp[0] == TCPOPT_NOP) { in tcpmod_setmss()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h89 #define TCPOPT_NOP 1 macro
/f-stack/freebsd/netgraph/
H A Dng_tcpmss.c423 else if (*opt == TCPOPT_NOP) in correct_mss()
/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c145 if (*optp == TCPOPT_NOP) { in pf_osfp_fingerprint_hdr()
H A Dpf_norm.c1487 case TCPOPT_NOP: in pf_normalize_tcp_init()
1590 case TCPOPT_NOP: in pf_normalize_tcp_stateful()
1950 if (opt == TCPOPT_NOP) in pf_normalize_tcpopt()
H A Dpf.c2403 case TCPOPT_NOP: in pf_modulate_sack()
3194 case TCPOPT_NOP: in pf_get_wscale()
3234 case TCPOPT_NOP: in pf_get_mss()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c362 if (opt == TCPOPT_NOP) in tcpopts_parse()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c1931 else if (opt == TCPOPT_NOP)
H A Dfil.c1460 else if (opt == TCPOPT_NOP)
H A Dip_nat.c6494 else if (opt == TCPOPT_NOP) {