Searched refs:rs_count (Results 1 – 4 of 4) sorted by relevance
413 inp->rs_count = 0; in nd6_input()418 if ((inp->rs_count < LWIP_ND6_MAX_MULTICAST_SOLICIT) || in nd6_input()420 inp->rs_count = 0; in nd6_input()879 if ((netif->rs_count > 0) && (netif->flags & NETIF_FLAG_UP) && in nd6_tmr()886 netif->rs_count--; in nd6_tmr()
289 u8_t rs_count; member
293 u8_t rs_count; member
283 netif->rs_count = LWIP_ND6_MAX_MULTICAST_SOLICIT; in netif_add()701 netif->rs_count = LWIP_ND6_MAX_MULTICAST_SOLICIT; in netif_issue_reports()
Completed in 11 milliseconds