Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnd6.h62 #ifndef ND6_RTR_SOLICITATION_INTERVAL
63 #define ND6_RTR_SOLICITATION_INTERVAL 4000 macro
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dnd6.c1159 nd6_tmr_rs_reduction = (ND6_RTR_SOLICITATION_INTERVAL / ND6_TMR_INTERVAL) - 1; in nd6_tmr()