Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dip_output.c342 boolean_t noconstrained : 1; /* set once */ in ip_output_list() member
358 ((_ipobf).noconstrained && IFNET_IS_CONSTRAINED(_ifp)) || \ in ip_output_list()
468 ipobf.noconstrained = TRUE; in ip_output_list()
H A Dtcp_var.h1646 noconstrained:1, member
H A Dtcp_subr.c953 if (tra->noconstrained) { in tcp_respond()
1021 if (tra->noconstrained) { in tcp_respond()
H A Dtcp_timer.c994 tra.noconstrained = INP_NO_CONSTRAINED(inp) ? 1 : 0; in tcp_send_keep_alive()