Home
last modified time | relevance | path

Searched refs:awdl_unrestricted (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_syncookie.c358 tra.awdl_unrestricted = INP_AWDL_UNRESTRICTED(inp) ? 1 : 0; in syncookie_respond()
H A Dip_output.c352 boolean_t awdl_unrestricted : 1; /* set once */ in ip_output_list() member
373 (!(_ipobf).awdl_unrestricted && IFNET_IS_AWDL_RESTRICTED(_ifp))) in ip_output_list()
485 ipobf.awdl_unrestricted = true; in ip_output_list()
H A Dtcp_var.h1829 awdl_unrestricted:1, member
H A Dtcp_timer.c999 tra.awdl_unrestricted = INP_AWDL_UNRESTRICTED(inp) ? 1 : 0; in tcp_send_keep_alive()
H A Dtcp_subr.c1162 if (tra->awdl_unrestricted) { in tcp_respond()
1233 if (tra->awdl_unrestricted) { in tcp_respond()
H A Dmptcp_subr.c4367 tra.awdl_unrestricted = 1; in mptcp_subflow_mustrst_ev()
H A Dtcp_input.c6311 tra.awdl_unrestricted = 1; in tcp_input()