Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_arp.c138 u_int32_t la_flags; member
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()
1541 llinfo->la_flags |= LLINFO_RTRFAIL_EVTSENT; in arp_lookup_ip()
2092 llinfo->la_flags & LLINFO_RTRFAIL_EVTSENT) { in arp_ip_handle_input()
2096 llinfo->la_flags &= ~LLINFO_RTRFAIL_EVTSENT; in arp_ip_handle_input()
2114 llinfo->la_flags &= ~LLINFO_PROBING; in arp_ip_handle_input()
/xnu-11215.1.10/bsd/nfs/
H A Dnfs.h938 int la_flags; /* answer flags */ member