Home
last modified time | relevance | path

Searched refs:rs_count (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dnd6.c593 if ((inp->rs_count < LWIP_ND6_MAX_MULTICAST_SOLICIT) || in nd6_input()
595 inp->rs_count = 0; in nd6_input()
597 inp->rs_count = 1; in nd6_input()
1150 if ((netif->rs_count > 0) && netif_is_up(netif) && in nd6_tmr()
1155 netif->rs_count--; in nd6_tmr()
2453 netif->rs_count = LWIP_ND6_MAX_MULTICAST_SOLICIT; in nd6_restart_netif()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h366 u8_t rs_count; member