Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c1474 #define RS_TIMEOUT (CONFIG_NET_IPV6_RS_TIMEOUT * MSEC_PER_SEC) macro
1495 delay = (int32_t)(ipv6->rs_start + RS_TIMEOUT - current_time); in rs_timeout()
1509 RS_TIMEOUT - current_time)); in rs_timeout()
1567 k_work_reschedule(&rs_timer, K_MSEC(RS_TIMEOUT)); in net_if_start_rs()