Home
last modified time | relevance | path

Searched refs:IN6_IFF_NOTREADY (Results 1 – 13 of 13) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dpf_if.c487 (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | IN6_IFF_DETACHED | in pfi_instance_add()
/xnu-10002.1.13/bsd/netinet6/
H A Dmld6.c1409 ia = in6ifa_ifpforlinklocal(ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in mld_v1_input_report()
2309 ia = in6ifa_ifpforlinklocal(ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in mld_v1_transmit_report()
3783 ia = in6ifa_ifpforlinklocal(ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in mld_v2_encap_report()
H A Din6_var.h818 #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED) macro
H A Din6_src.c404 (IN6_IFF_NOTREADY | IN6_IFF_ANYCAST | IN6_IFF_DETACHED))) { in in6_selectsrc_core()
840 if ((ia6->ia6_flags & (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) || in in6_selectsrc()
H A Dip6_input.c627 if ((ia6->ia6_flags & (IN6_IFF_NOTREADY | IN6_IFF_CLAT46))) { in ip6_input_check_interface()
720 if (!(ia6->ia6_flags & IN6_IFF_NOTREADY)) { in ip6_input_check_interface()
H A Draw_ip6.c1100 (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | IN6_IFF_CLAT46 | in rip6_bind()
H A Dicmp6.c2382 (ia->ia6_flags & (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) == 0) { in icmp6_reflect()
2848 IN6_IFF_NOTREADY | in icmp6_redirect_output()
H A Din6.c3473 (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) { in in6_ifawithscope()
3767 if (ifa2ia6(ifa)->ia6_flags & (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) { in in6_ifawithifp()
3839 if (ifa2ia6(ifa)->ia6_flags & (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) { in in6_ifawithifp()
H A Din6_pcb.c292 (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | in in6_pcbbind()
H A Dnd6_nbr.c412 ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in nd6_ns_input()
H A Dnd6_rtr.c3665 IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in nd6_prefix_onlink_common()
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1419 (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) != 0) { in _flow_route_laddr_validate()
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c870 if ((ia6->ia6_flags & (IN6_IFF_NOTREADY | IN6_IFF_CLAT46))) { in pkt_is_for_listener()