Searched refs:ifa_ifwithaddr (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dinetdevice.h49 ifa = ifa_ifwithaddr((struct sockaddr *)&sin);
79 ifa = ifa_ifwithaddr((struct sockaddr *)&sin6);
/freebsd-12-stable/sys/net/
H A Dif_var.h649 struct ifaddr *ifa_ifwithaddr(const struct sockaddr *);
H A Droute.c744 ifa = ifa_ifwithaddr(gateway);
1293 info->rti_ifa = ifa_ifwithaddr(ifaaddr);
H A Dif.c2021 ifa_ifwithaddr(const struct sockaddr *addr) function
2054 rc = (ifa_ifwithaddr(addr) != NULL);
/freebsd-12-stable/sys/netinet/
H A Dip_divert.c470 * there are no distractions for ifa_ifwithaddr.
477 ifa = ifa_ifwithaddr((struct sockaddr *) sin);
H A Dip_options.c299 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) != NULL) {
H A Din_pcb.c1230 ia = ifatoia(ifa_ifwithaddr(sintosa(&sain)));
H A Dip_mroute.c876 ifa = ifa_ifwithaddr((struct sockaddr *)&sin);
/freebsd-12-stable/sys/netinet6/
H A Din6_pcb.c184 if ((ifa = ifa_ifwithaddr((struct sockaddr *)sin6)) ==
H A Draw_ip6.c756 (ifa = ifa_ifwithaddr((struct sockaddr *)addr)) == NULL) {
/freebsd-12-stable/share/man/man9/
H A DMakefile1201 ifnet.9 ifa_ifwithaddr.9 \

Completed in 184 milliseconds