Home
last modified time | relevance | path

Searched refs:ifa_foraddr_scoped (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_output.c3089 ifa = (struct ifaddr *)ifa_foraddr_scoped(src.s_addr, scope); in in_selectsrcif()
3180 iifa = (struct ifaddr *)ifa_foraddr_scoped( in in_selectsrcif()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c1400 ifa = (struct ifaddr *)ifa_foraddr_scoped( in _flow_route_laddr_validate()
/xnu-8019.80.24/bsd/net/
H A Dif_var.h1904 __private_extern__ struct in_ifaddr *ifa_foraddr_scoped(unsigned int,
H A Dif.c852 return ifa_foraddr_scoped(addr, IFSCOPE_NONE); in ifa_foraddr()
861 ifa_foraddr_scoped(unsigned int addr, unsigned int scope) in ifa_foraddr_scoped() function