Home
last modified time | relevance | path

Searched refs:ifa_foraddr6_scoped (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dnetsrc.c214 ro.ro_srcia = (struct ifaddr *)ifa_foraddr6_scoped(in6, reply.nrp_ifindex); in netsrc_ipv6()
H A Dif_var.h2074 __private_extern__ struct in6_ifaddr *ifa_foraddr6_scoped(struct in6_addr *,
H A Dif.c883 return ifa_foraddr6_scoped(addr6, IFSCOPE_NONE); in ifa_foraddr6()
887 ifa_foraddr6_scoped(struct in6_addr *addr6, unsigned int scope) in ifa_foraddr6_scoped() function
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1408 ifa = (struct ifaddr *)ifa_foraddr6_scoped(&src_ip._v6, in _flow_route_laddr_validate()
/xnu-8020.101.4/bsd/netinet6/
H A Din6_src.c1029 ifa_foraddr6_scoped(&srcsock->sin6_addr, scope); in selectroute()