Home
last modified time | relevance | path

Searched refs:IP6OAF_MANAGEMENT_ALLOWED (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_var.h462 #define IP6OAF_MANAGEMENT_ALLOWED 0x00008000 /* access to management interfaces */ macro
H A Din6_src.c781 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in in6_selectsrc()
787 IP6OAF_AWDL_UNRESTRICTED | IP6OAF_MANAGEMENT_ALLOWED; in in6_selectsrc()
1438 (!((_ip6oa)->ip6oa_flags & IP6OAF_MANAGEMENT_ALLOWED) && \ in selectroute()
H A Dudp6_output.c222 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in udp6_output()
H A Draw_ip6.c503 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in rip6_output()
H A Dnd6_nbr.c624 IP6OAF_MANAGEMENT_ALLOWED; in nd6_ns_output()
1461 IP6OAF_MANAGEMENT_ALLOWED; in nd6_na_output()
H A Dicmp6.c2263 IP6OAF_MANAGEMENT_ALLOWED; in icmp6_reflect()
H A Dip6_output.c863 (ip6oa->ip6oa_flags & IP6OAF_MANAGEMENT_ALLOWED) in ip6_output_list()
/xnu-11215.1.10/bsd/netinet/
H A Dtcp_output.c3410 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in tcp_ip_output()
H A Dtcp_subr.c977 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in tcp_respond()