Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Din_arp.c1645 struct in_ifaddr *best_ia = NULL; in arp_ip_handle_input() local
1686 best_ia = ia; in arp_ip_handle_input()
1687 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1700 best_ia = ia; in arp_ip_handle_input()
1701 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1727 best_ia = ia; in arp_ip_handle_input()
1728 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1752 best_ia = (struct in_ifaddr *)ifa; in arp_ip_handle_input()
1753 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1765 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()