Home
last modified time | relevance | path

Searched refs:best_ia (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/netinet/
H A Din_arp.c1646 struct in_ifaddr *best_ia = NULL; in arp_ip_handle_input() local
1687 best_ia = ia; in arp_ip_handle_input()
1688 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1701 best_ia = ia; in arp_ip_handle_input()
1702 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1728 best_ia = ia; in arp_ip_handle_input()
1729 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1753 best_ia = (struct in_ifaddr *)ifa; in arp_ip_handle_input()
1754 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1766 if (!bridged || best_ia == NULL) { in arp_ip_handle_input()
[all …]
H A Dip_input.c1274 struct in_ifaddr *best_ia = NULL; in ip_input_check_interface() local
1293 best_ia = ia; in ip_input_check_interface()
1294 match_ifp = best_ia->ia_ifp; in ip_input_check_interface()
1311 if (best_ia != NULL) { in ip_input_check_interface()
1324 ip_input_setdst_chain(m, 0, best_ia); in ip_input_check_interface()
1403 __func__, best_ia->ia_ifp->if_xname, src_str, dst_str, ip->ip_p, inifp->if_xname); in ip_input_check_interface()