Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Din_arp.c140 u_int32_t la_flags; member
654 if (ap->probing && (la->la_flags & LLINFO_PROBING) && in arptfree()
1446 if ((unreachable || (llinfo->la_flags & LLINFO_PROBING)) && in arp_lookup_ip()
1457 llinfo->la_flags |= LLINFO_PROBING; in arp_lookup_ip()
1494 !(llinfo->la_flags & LLINFO_PROBING)) { in arp_lookup_ip()
1528 llinfo->la_flags |= LLINFO_PROBING; in arp_lookup_ip()
1552 llinfo->la_flags |= LLINFO_RTRFAIL_EVTSENT; in arp_lookup_ip()
2098 llinfo->la_flags & LLINFO_RTRFAIL_EVTSENT) { in arp_ip_handle_input()
2102 llinfo->la_flags &= ~LLINFO_RTRFAIL_EVTSENT; in arp_ip_handle_input()
2120 llinfo->la_flags &= ~LLINFO_PROBING; in arp_ip_handle_input()
/xnu-10063.101.15/bsd/nfs/
H A Dnfs.h834 int la_flags; /* answer flags */ member