Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dnd6.c93 static u8_t nd6_tmr_rs_reduction; variable
1147 if (!nd6_tmr_rs_reduction) {
1148 nd6_tmr_rs_reduction = (ND6_RTR_SOLICITATION_INTERVAL / ND6_TMR_INTERVAL) - 1;
1164 nd6_tmr_rs_reduction--;
1259 if (nd6_tmr_rs_reduction > 0) {
1260 val = nd6_tmr_rs_reduction;