ifa_ifwithnet 723 net/if.h struct ifaddr *ifa_ifwithnet(struct sockaddr *); ifa_ifwithnet 451 net/route.c if ((ifa = ifa_ifwithnet(gateway)) == NULL) { ifa_ifwithnet 640 net/route.c ifa = ifa_ifwithnet(gateway); ifa_ifwithnet 691 net/route.c (ifa = ifa_ifwithnet((struct sockaddr *)info->rti_info[RTAX_IFP])) ifa_ifwithnet 387 net/rtsock.c if (ifpaddr && (ifa = ifa_ifwithnet(ifpaddr)) && ifa_ifwithnet 847 netinet/in_pcb.c ia = ifatoia(ifa_ifwithnet(sintosa(sin))); ifa_ifwithnet 1100 netinet/ip_input.c ia = (INA)ifa_ifwithnet((SA)&ipaddr); ifa_ifwithnet 205 netinet/ip_output.c (ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == 0) { ifa_ifwithnet 375 netinet/ip_output.c (ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == 0) { ifa_ifwithnet 278 netinet6/in6_src.c ia6 = ifatoia6(ifa_ifwithnet(sin6tosa(&sin6)));