Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_llreach.h79 u_int32_t lr_probes; /* number of probes so far */ member
H A Dif_llreach.c552 iflri->iflri_probes = lr->lr_probes; in ifnet_lr2iflri()
588 lri->lri_probes = lr->lr_probes; in ifnet_lr2lri()
/xnu-8792.41.9/bsd/netinet/
H A Din_arp.c585 if (lr->lr_probes != 0) { in arp_llreach_alloc()
589 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
602 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
1231 llinfo->la_llreach->lr_probes != 0) { in arp_is_entry_probing()
1447 lr->lr_probes < arp_unicast_lim) { in arp_lookup_ip()
1455 if (lr->lr_probes == 0) { in arp_lookup_ip()
1473 lr->lr_probes++; in arp_lookup_ip()
1545 lr->lr_probes++; in arp_lookup_ip()
/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_nbr.c209 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
222 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
712 ln->ln_llreach->lr_probes++; in nd6_ns_output()