Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/ip/
Dipv6_nbr.c87 static struct k_work_delayable ipv6_ns_reply_timer; variable
368 &ipv6_ns_reply_timer)) { in ipv6_ns_reply_timeout()
369 k_work_reschedule(&ipv6_ns_reply_timer, in ipv6_ns_reply_timeout()
1930 if (!k_work_delayable_remaining_get(&ipv6_ns_reply_timer)) { in net_ipv6_send_ns()
1931 k_work_reschedule(&ipv6_ns_reply_timer, in net_ipv6_send_ns()
2491 k_work_init_delayable(&ipv6_ns_reply_timer, ipv6_ns_reply_timeout); in net_ipv6_nbr_init()