Searched refs:probes_sent (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/lwip2/lwip/priv/
H A Dnd6_priv.h88 u32_t probes_sent; member in union:nd6_neighbor_cache_entry::__anon139
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dnd6.c725 if ((neighbor_cache[i].counter.probes_sent >= LWIP_ND6_MAX_MULTICAST_SOLICIT) &&
731 neighbor_cache[i].counter.probes_sent++;
755 neighbor_cache[i].counter.probes_sent = 0;
761 if ((neighbor_cache[i].counter.probes_sent >= LWIP_ND6_MAX_MULTICAST_SOLICIT) &&
767 neighbor_cache[i].counter.probes_sent++;
1216 if (neighbor_cache[i].counter.probes_sent >= time) {
1218 time = neighbor_cache[i].counter.probes_sent;
1233 if (neighbor_cache[i].counter.probes_sent >= time) {
1235 time = neighbor_cache[i].counter.probes_sent;
1508 neighbor_cache[neighbor_index].counter.probes_sent
[all...]

Completed in 33 milliseconds