Home
last modified time | relevance | path

Searched refs:probes_sent (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dnd6.c968 if ((neighbor_cache[i].counter.probes_sent >= LWIP_ND6_MAX_MULTICAST_SOLICIT) &&
974 neighbor_cache[i].counter.probes_sent++;
998 neighbor_cache[i].counter.probes_sent = 0;
1004 if ((neighbor_cache[i].counter.probes_sent >= LWIP_ND6_MAX_MULTICAST_SOLICIT) &&
1010 neighbor_cache[i].counter.probes_sent++;
1610 if (neighbor_cache[i].counter.probes_sent >= time) {
1612 time = neighbor_cache[i].counter.probes_sent;
1627 if (neighbor_cache[i].counter.probes_sent >= time) {
1629 time = neighbor_cache[i].counter.probes_sent;
1946 neighbor_cache[neighbor_index].counter.probes_sent = 1;
[all …]
/third_party/lwip/src/include/lwip/priv/
Dnd6_priv.h88 u32_t probes_sent; member
/third_party/lwip/src/apps/mdns/
Dmdns.c189 u8_t probes_sent; member
1815 if ((mdns->probing_state == MDNS_PROBING_ONGOING) && (mdns->probes_sent > 0)) { in mdns_handle_response()
2024 if(mdns->probes_sent >= MDNS_PROBE_COUNT) { in mdns_probe()
2042 mdns->probes_sent++; in mdns_probe()
2077 mdns->probes_sent = 0; in mdns_resp_add_netif()
2371 mdns->probes_sent = 0; in mdns_resp_restart()