Home
last modified time | relevance | path

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

/xnu-12377.81.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_private.h1695 __private_extern__ struct in6_ifaddr *ifa_foraddr6_scoped(struct in6_addr *,
H A Dif.c1010 return ifa_foraddr6_scoped(addr6, IFSCOPE_NONE); in ifa_foraddr6()
1014 ifa_foraddr6_scoped(struct in6_addr *addr6, unsigned int scope) in ifa_foraddr6_scoped() function
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1414 ifa = (struct ifaddr *)ifa_foraddr6_scoped(&src_ip._v6, in _flow_route_laddr_validate()
/xnu-12377.81.4/bsd/netinet6/
H A Din6_src.c1122 ifa_foraddr6_scoped(&srcsock->sin6_addr, scope); in selectroute()