Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_llreach.h79 u_int32_t lr_probes; /* number of probes so far */ member
H A Dif_llreach.c551 iflri->iflri_probes = lr->lr_probes; in ifnet_lr2iflri()
587 lri->lri_probes = lr->lr_probes; in ifnet_lr2lri()
/xnu-10002.1.13/bsd/netinet/
H A Din_arp.c584 if (lr->lr_probes != 0) { in arp_llreach_alloc()
588 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
601 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
1230 llinfo->la_llreach->lr_probes != 0) { in arp_is_entry_probing()
1446 lr->lr_probes < arp_unicast_lim) { in arp_lookup_ip()
1454 if (lr->lr_probes == 0) { in arp_lookup_ip()
1472 lr->lr_probes++; in arp_lookup_ip()
1544 lr->lr_probes++; in arp_lookup_ip()
/xnu-10002.1.13/bsd/netinet6/
H A Dnd6_nbr.c212 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
225 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
716 ln->ln_llreach->lr_probes++; in nd6_ns_output()