Searched refs:ifa_ifwithnet_scoped (Results 1 – 5 of 5) sorted by relevance
1472 if ((ifa = ifa_ifwithnet_scoped(gateway, ifscope)) == NULL) { in rtredirect()1722 ifa = ifa_ifwithnet_scoped(gw, ifscope); in ifa_ifwithroute_common_locked()
1885 extern struct ifaddr *ifa_ifwithnet_scoped(const struct sockaddr *,
911 if (Ifpaddr && (ifa = ifa_ifwithnet_scoped(Ifpaddr, ifscope)) && in rt_setif()
1118 ifa_ifwithnet_scoped(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithnet_scoped() function
1534 ia = ifatoia(ifa_ifwithnet_scoped(SA(&sin), ifscope)); in in_pcbladdr()1603 ia = ifatoia(ifa_ifwithnet_scoped(SA(&sin), ifscope)); in in_pcbladdr()