Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Din_arp.c140 #define LLINFO_PROBING 0x2 /* waiting for an ARP reply */ macro
640 if (ap->probing && (la->la_flags & LLINFO_PROBING) && in arptfree()
1435 if ((unreachable || (llinfo->la_flags & LLINFO_PROBING)) && in arp_lookup_ip()
1446 llinfo->la_flags |= LLINFO_PROBING; in arp_lookup_ip()
1483 !(llinfo->la_flags & LLINFO_PROBING)) { in arp_lookup_ip()
1517 llinfo->la_flags |= LLINFO_PROBING; in arp_lookup_ip()
2114 llinfo->la_flags &= ~LLINFO_PROBING; in arp_ip_handle_input()