Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_arp.c139 u_int32_t la_flags; member
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()
1543 llinfo->la_flags |= LLINFO_RTRFAIL_EVTSENT; in arp_lookup_ip()
2106 llinfo->la_flags & LLINFO_RTRFAIL_EVTSENT) { in arp_ip_handle_input()
2110 llinfo->la_flags &= ~LLINFO_RTRFAIL_EVTSENT; in arp_ip_handle_input()
2128 llinfo->la_flags &= ~LLINFO_PROBING; in arp_ip_handle_input()
/xnu-12377.61.12/bsd/nfs/
H A Dnfs.h980 int la_flags; /* answer flags */ member