Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dip6_var.h456 #define IP6OAF_MANAGEMENT_ALLOWED 0x00008000 /* access to management interfaces */ macro
H A Din6_src.c778 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in in6_selectsrc()
787 IP6OAF_AWDL_UNRESTRICTED | IP6OAF_MANAGEMENT_ALLOWED | in in6_selectsrc()
1439 (!((_ip6oa)->ip6oa_flags & IP6OAF_MANAGEMENT_ALLOWED) && \ in selectroute()
H A Dudp6_output.c225 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in udp6_output()
H A Draw_ip6.c505 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in rip6_output()
H A Dnd6_nbr.c625 IP6OAF_MANAGEMENT_ALLOWED | IP6OAF_ULTRA_CONSTRAINED_ALLOWED; in nd6_ns_output()
1464 IP6OAF_MANAGEMENT_ALLOWED | IP6OAF_ULTRA_CONSTRAINED_ALLOWED; in nd6_na_output()
H A Dip6_output.c496 if (ip6oa->ip6oa_flags & IP6OAF_MANAGEMENT_ALLOWED) { in ip6_output_list()
881 (ip6oa->ip6oa_flags & IP6OAF_MANAGEMENT_ALLOWED) in ip6_output_list()
H A Dicmp6.c2265 IP6OAF_MANAGEMENT_ALLOWED | IPOAF_ULTRA_CONSTRAINED_ALLOWED; in icmp6_reflect()
/xnu-12377.1.9/bsd/netinet/
H A Dtcp_output.c3589 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in tcp_ip_output()
H A Dtcp_subr.c1068 ip6oa.ip6oa_flags |= IP6OAF_MANAGEMENT_ALLOWED; in tcp_respond()