Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_syncookie.c357 tra.noconstrained = INP_NO_CONSTRAINED(inp) ? 1 : 0; in syncookie_respond()
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.h1832 noconstrained:1, member
H A Dtcp_timer.c998 tra.noconstrained = INP_NO_CONSTRAINED(inp) ? 1 : 0; in tcp_send_keep_alive()
H A Dtcp_subr.c1163 if (tra->noconstrained) { in tcp_respond()
1234 if (tra->noconstrained) { in tcp_respond()