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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_input.c508 ifa = ifa_ifwithaddr((struct sockaddr *)&addr);
929 ifa = ifa_ifwithaddr((struct sockaddr *)&addr);
H A Desp_input.c575 ifa = ifa_ifwithaddr((struct sockaddr *)&addr);
1041 ifa = ifa_ifwithaddr((struct sockaddr *)&addr);
H A Din6_pcb.c228 /* this must be cleared for ifa_ifwithaddr() */
246 if ((ifa = ifa_ifwithaddr((struct sockaddr *)sin6)) == 0) {
H A Draw_ip6.c828 (ifa = ifa_ifwithaddr((struct sockaddr *)addr)) == 0)
H A Din6_src.c259 * the interface must be specified; otherwise, ifa_ifwithaddr()
273 ia6 = (struct in6_ifaddr *)ifa_ifwithaddr((struct sockaddr *)
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.c412 * for ifa_ifwithaddr. Clear the port and the ifname.
418 if (!(ifa = ifa_ifwithaddr((struct sockaddr *) sin))) {
H A Dip_input.c1886 ifa_ifwithaddr((struct sockaddr *)&ipaddr);
1997 if ((ia = (INA)ifa_ifwithaddr((struct sockaddr *)
2070 if ((ia = (struct in_ifaddr*)ifa_ifwithaddr(
H A Draw_ip.c863 (ifa = ifa_ifwithaddr((struct sockaddr *)addr)) == 0)) {
H A Din_pcb.c478 if ((ifa = ifa_ifwithaddr((struct sockaddr *)sin)) == 0) {
H A Dip_mroute.c695 ifa = ifa_ifwithaddr((struct sockaddr *)&sin);
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h958 extern struct ifaddr *ifa_ifwithaddr(const struct sockaddr *);
H A Dif.c683 * Similar to ifa_ifwithaddr, except that this is IPv4 specific
777 ifa_ifwithaddr(const struct sockaddr *addr) function
872 return (ifa_ifwithaddr(addr));
H A Dkpi_interface.c1964 return (ifa_ifwithaddr(address));
H A Droute.c1285 if ((ifa = ifa_ifwithaddr(gateway))) {

Completed in 80 milliseconds