Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dpf_if.c490 (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | IN6_IFF_DETACHED | in pfi_instance_add()
/xnu-11417.121.6/bsd/netinet6/
H A Dmld6.c1401 ia = in6ifa_ifpforlinklocal(ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in mld_v1_input_report()
2330 ia = in6ifa_ifpforlinklocal(ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in mld_v1_transmit_report()
3800 ia = in6ifa_ifpforlinklocal(ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in mld_v2_encap_report()
H A Din6_var.h838 #define IN6_IFF_NOTREADY (IN6_IFF_TENTATIVE|IN6_IFF_DUPLICATED) macro
H A Din6_src.c399 (IN6_IFF_NOTREADY | IN6_IFF_ANYCAST | IN6_IFF_DETACHED))) { in in6_selectsrc_core()
838 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) != 0) { in ip6_input_check_interface()
720 if (!(ia6->ia6_flags & IN6_IFF_NOTREADY)) { in ip6_input_check_interface()
H A Din6.c3454 (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) { in in6_ifawithscope()
3748 if (ifatoia6(ifa)->ia6_flags & (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) { in in6_ifawithifp()
3820 if (ifatoia6(ifa)->ia6_flags & (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) { in in6_ifawithifp()
H A Draw_ip6.c1117 (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | IN6_IFF_CLAT46 | in rip6_bind()
H A Dicmp6.c2384 (ia->ia6_flags & (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY)) == 0) { in icmp6_reflect()
2846 IN6_IFF_NOTREADY | in icmp6_redirect_output()
H A Din6_pcb.c292 (IN6_IFF_ANYCAST | IN6_IFF_NOTREADY | in in6_pcbbind()
H A Dnd6_nbr.c419 ifp, IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in nd6_ns_input()
H A Dnd6_rtr.c3695 IN6_IFF_NOTREADY | IN6_IFF_ANYCAST); in nd6_prefix_onlink_common()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1440 (IN6_IFF_NOTREADY | IN6_IFF_CLAT46)) != 0) { in _flow_route_laddr_validate()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c939 if ((ia6->ia6_flags & (IN6_IFF_NOTREADY | IN6_IFF_CLAT46))) { in pkt_is_for_listener()