Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_if.c1260 #define RS_TIMEOUT (1U * MSEC_PER_SEC) macro
1280 delay = (int32_t)(ipv6->rs_start + RS_TIMEOUT - current_time); in rs_timeout()
1313 RS_TIMEOUT - current_time)); in rs_timeout()
1338 k_work_reschedule(&rs_timer, K_MSEC(RS_TIMEOUT)); in net_if_start_rs()