Home
last modified time | relevance | path

Searched refs:INP_AWDL_UNRESTRICTED (Results 1 – 11 of 11) 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 Din_pcb.h769 #define INP_AWDL_UNRESTRICTED(_inp) \ macro
H A Draw_ip.c504 if (INP_AWDL_UNRESTRICTED(inp)) { in rip_output()
H A Din_pcb.c4039 if (IFNET_IS_AWDL_RESTRICTED(ifp) && !INP_AWDL_UNRESTRICTED(inp)) { in _inp_restricted_recv()
4133 if (IFNET_IS_AWDL_RESTRICTED(ifp) && !INP_AWDL_UNRESTRICTED(inp)) { in _inp_restricted_send()
H A Dtcp_timer.c999 tra.awdl_unrestricted = INP_AWDL_UNRESTRICTED(inp) ? 1 : 0; in tcp_send_keep_alive()
H A Dudp_usrreq.c1732 if (INP_AWDL_UNRESTRICTED(inp)) { in udp_output()
H A Dtcp_output.c3585 if (INP_AWDL_UNRESTRICTED(inp)) { in tcp_ip_output()
H A Dtcp_input.c2267 head_awdl_unrestricted = INP_AWDL_UNRESTRICTED(oinp); in tcp_create_server_socket()
/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c218 if (INP_AWDL_UNRESTRICTED(in6p)) { in udp6_output()
H A Draw_ip6.c498 if (INP_AWDL_UNRESTRICTED(in6p)) { in rip6_output()
H A Din6_src.c771 if (INP_AWDL_UNRESTRICTED(inp)) { in in6_selectsrc()