Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Din_arp.c141 #define LLINFO_PROBING 0x2 /* waiting for an ARP reply */ macro
641 if (ap->probing && (la->la_flags & LLINFO_PROBING) && in arptfree()
1432 if (unreachable || (llinfo->la_flags & LLINFO_PROBING)) { in arp_lookup_ip()
1447 llinfo->la_flags |= LLINFO_PROBING; in arp_lookup_ip()
1486 !(llinfo->la_flags & LLINFO_PROBING)) { in arp_lookup_ip()
1519 llinfo->la_flags |= LLINFO_PROBING; in arp_lookup_ip()
2128 llinfo->la_flags &= ~LLINFO_PROBING; in arp_ip_handle_input()