Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_llreach.h79 u_int32_t lr_probes; /* number of probes so far */ member
H A Dif_llreach.c553 iflri->iflri_probes = lr->lr_probes; in ifnet_lr2iflri()
589 lri->lri_probes = lr->lr_probes; in ifnet_lr2lri()
/xnu-11215.1.10/bsd/netinet/
H A Din_arp.c572 if (lr->lr_probes != 0) { in arp_llreach_alloc()
576 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
589 lr->lr_probes = 0; /* reset probe count */ in arp_llreach_alloc()
1220 llinfo->la_llreach->lr_probes != 0) { in arp_is_entry_probing()
1436 lr->lr_probes < arp_unicast_lim) { in arp_lookup_ip()
1444 if (lr->lr_probes == 0) { in arp_lookup_ip()
1462 lr->lr_probes++; in arp_lookup_ip()
1534 lr->lr_probes++; in arp_lookup_ip()
/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_nbr.c215 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
228 lr->lr_probes = 0; /* reset probe count */ in nd6_llreach_alloc()
734 ln->ln_llreach->lr_probes++; in nd6_ns_output()