Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dip_output.c351 boolean_t noconstrained : 1; /* set once */ in ip_output_list() member
369 ((_ipobf).noconstrained && IFNET_IS_CONSTRAINED(_ifp)) || \ in ip_output_list()
481 ipobf.noconstrained = true; in ip_output_list()
H A Dtcp_var.h1839 noconstrained:1, member
H A Dtcp_subr.c974 if (tra->noconstrained) { in tcp_respond()
1045 if (tra->noconstrained) { in tcp_respond()
H A Dtcp_timer.c1006 tra.noconstrained = INP_NO_CONSTRAINED(inp) ? 1 : 0; in tcp_send_keep_alive()