Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
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.h1836 awdl_unrestricted:1, member
H A Dtcp_subr.c977 if (tra->awdl_unrestricted) { in tcp_respond()
1048 if (tra->awdl_unrestricted) { in tcp_respond()
H A Dtcp_timer.c1007 tra.awdl_unrestricted = INP_AWDL_UNRESTRICTED(inp) ? 1 : 0; in tcp_send_keep_alive()
H A Dmptcp_subr.c4359 tra.awdl_unrestricted = 1; in mptcp_subflow_mustrst_ev()
H A Dtcp_input.c6117 tra.awdl_unrestricted = 1; in tcp_input()