Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_arp.c1647 struct in_ifaddr *best_ia = NULL; in arp_ip_handle_input() local
1688 best_ia = ia; in arp_ip_handle_input()
1689 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1702 best_ia = ia; in arp_ip_handle_input()
1703 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1729 best_ia = ia; in arp_ip_handle_input()
1730 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1754 best_ia = (struct in_ifaddr *)ifa; in arp_ip_handle_input()
1755 best_ia_sin = best_ia->ia_addr; in arp_ip_handle_input()
1767 if (!bridged || best_ia == NULL) { in arp_ip_handle_input()
[all …]
H A Dip_input.c1284 struct in_ifaddr *best_ia = NULL; in ip_input_check_interface() local
1303 best_ia = ia; in ip_input_check_interface()
1304 match_ifp = best_ia->ia_ifp; in ip_input_check_interface()
1321 if (best_ia != NULL) { in ip_input_check_interface()
1334 ip_input_setdst_chain(m, 0, best_ia); in ip_input_check_interface()
1413 __func__, best_ia->ia_ifp->if_xname, src_str, dst_str, ip->ip_p, inifp->if_xname); in ip_input_check_interface()