Home
last modified time | relevance | path

Searched refs:tw_so_options (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c344 tw->tw_so_options = so->so_options; in tcp_twstart()
630 (tw->tw_so_options & SO_DONTROUTE), NULL, NULL, inp); in tcp_twrespond()
646 ((tw->tw_so_options & SO_DONTROUTE) ? IP_ROUTETOIF : 0), in tcp_twrespond()
H A Dtcp_var.h510 short tw_so_options; /* copy of so_options */ member
H A Din_pcb.c1040 ((reuseport & tw->tw_so_options) == 0 && in in_pcbbind_setup()
1042 tw->tw_so_options) == 0)) { in in_pcbbind_setup()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c281 ((reuseport & tw->tw_so_options) == 0 && in in6_pcbbind()
282 (reuseport_lb & tw->tw_so_options) == 0)) in in6_pcbbind()
300 if ((reuseport & tw->tw_so_options) == 0 in in6_pcbbind()
301 && (reuseport_lb & tw->tw_so_options) == 0 in in6_pcbbind()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h510 short tw_so_options; /* copy of so_options */ member