Home
last modified time | relevance | path

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

/dragonfly/sys/net/
HDroute.c353 if ((ifa = ifa_ifwithnet(gateway)) == NULL) { in rtredirect_oncpu()
536 ifa = ifa_ifwithnet(gateway); in ifa_ifwithroute()
595 ifa = ifa_ifwithnet(ifpaddr); in rt_getifa()
HDif_var.h970 struct ifaddr *ifa_ifwithnet(struct sockaddr *);
HDif.c1577 ifa_ifwithnet(struct sockaddr *addr) in ifa_ifwithnet() function
/dragonfly/sys/netinet/
HDip_output.c301 (ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == NULL) { in ip_output()
HDip_input.c1654 ia = (INA)ifa_ifwithnet((SA)&ipaddr); in ip_dooptions()
HDin_pcb.c1083 ia = ifatoia(ifa_ifwithnet(sintosa(sin))); in in_pcbladdr_find()