Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Din_arp.c1648 struct in_ifaddr *best_ia = NULL; in arp_ip_handle_input() local
1689 best_ia = ia; in arp_ip_handle_input()
1690 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1703 best_ia = ia; in arp_ip_handle_input()
1704 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1730 best_ia = ia; in arp_ip_handle_input()
1731 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1755 best_ia = (struct in_ifaddr *)ifa; in arp_ip_handle_input()
1756 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1768 if (!bridged || best_ia == NULL) { in arp_ip_handle_input()
[all …]
H A Dip_input.c1280 struct in_ifaddr *best_ia = NULL; in ip_input_check_interface() local
1299 best_ia = ia; in ip_input_check_interface()
1300 match_ifp = best_ia->ia_ifp; in ip_input_check_interface()
1317 if (best_ia != NULL) { in ip_input_check_interface()
1330 ip_input_setdst_chain(m, 0, best_ia); in ip_input_check_interface()
1409 __func__, best_ia->ia_ifp->if_xname, src_str, dst_str, ip->ip_p, inifp->if_xname); in ip_input_check_interface()