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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dinetdevice.h48 ifa = ifa_ifwithaddr((struct sockaddr *)&sin);
77 ifa = ifa_ifwithaddr((struct sockaddr *)&sin6);
/freebsd-11-stable/sys/netinet/
H A Dip_options.c296 if ((ia = (INA)ifa_ifwithaddr((SA)&ipaddr)) != NULL) {
H A Dip_divert.c472 * there are no distractions for ifa_ifwithaddr.
478 ifa = ifa_ifwithaddr((struct sockaddr *) sin);
H A Dip_mroute.c879 ifa = ifa_ifwithaddr((struct sockaddr *)&sin);
H A Din_pcb.c941 ia = ifatoia(ifa_ifwithaddr(sintosa(&sain)));
/freebsd-11-stable/sys/net/
H A Dif_var.h575 struct ifaddr *ifa_ifwithaddr(const struct sockaddr *);
H A Droute.c744 ifa = ifa_ifwithaddr(gateway);
1292 info->rti_ifa = ifa_ifwithaddr(ifaaddr);
H A Dif.c1921 ifa_ifwithaddr(const struct sockaddr *addr) function
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c171 if ((ifa = ifa_ifwithaddr((struct sockaddr *)sin6)) ==
H A Draw_ip6.c752 (ifa = ifa_ifwithaddr((struct sockaddr *)addr)) == NULL)
/freebsd-11-stable/share/man/man9/
H A DMakefile974 ifnet.9 ifa_ifwithaddr.9 \

Completed in 115 milliseconds