Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_llreach.h79 u_int32_t lr_probes; /* number of probes so far */ member
H A Dif_llreach.c554 iflri->iflri_probes = lr->lr_probes; in ifnet_lr2iflri()
590 lri->lri_probes = lr->lr_probes; in ifnet_lr2lri()
/xnu-12377.61.12/bsd/netinet/
H A Din_arp.c573 if (lr->lr_probes != 0) { in arp_llreach_alloc()
577 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
590 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
1221 llinfo->la_llreach->lr_probes != 0) { in arp_is_entry_probing()
1437 if (lr->lr_probes < arp_unicast_lim) { in arp_lookup_ip()
1445 if (lr->lr_probes == 0) { in arp_lookup_ip()
1463 lr->lr_probes++; in arp_lookup_ip()
1536 lr->lr_probes++; in arp_lookup_ip()
/xnu-12377.61.12/bsd/netinet6/
H A Dnd6_nbr.c216 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
229 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
733 ln->ln_llreach->lr_probes++; in nd6_ns_output()