Home
last modified time | relevance | path

Searched refs:ifa_ifwithnet (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sys/netinet6/
Din6_src.c277 ia6 = ifatoia6(ifa_ifwithnet(sin6tosa(&sin6)));
/mirbsd/src/sys/net/
Droute.c372 if ((ifa = ifa_ifwithnet(gateway)) == NULL) { in rtredirect()
561 ifa = ifa_ifwithnet(gateway); in ifa_ifwithroute()
622 (ifa = ifa_ifwithnet((struct sockaddr *)ifpaddr)) != NULL) in rt_getifa()
Dif.h653 struct ifaddr *ifa_ifwithnet(struct sockaddr *);
Drtsock.c371 if (ifpaddr && (ifa = ifa_ifwithnet(ifpaddr)) && in route_output()
Dif.c891 ifa_ifwithnet(struct sockaddr *addr) in ifa_ifwithnet() function
/mirbsd/src/sys/netinet/
Dip_output.c200 (ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == 0) { in ip_output()
367 (ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == 0) { in ip_output()
Din_pcb.c905 ia = ifatoia(ifa_ifwithnet(sintosa(sin)));
Dip_input.c1094 ia = (INA)ifa_ifwithnet((SA)&ipaddr);