Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Droute.c501 uint32_t this_update = net_timeout_evaluate(timeout, in route_lifetime_timeout() local
504 if (this_update == 0U) { in route_lifetime_timeout()
509 if (this_update < next_update) { in route_lifetime_timeout()
510 next_update = this_update; in route_lifetime_timeout()
Dnet_if.c1724 uint32_t this_update = net_timeout_evaluate(timeout, in address_lifetime_timeout() local
1727 if (this_update == 0U) { in address_lifetime_timeout()
1732 if (this_update < next_update) { in address_lifetime_timeout()
1733 next_update = this_update; in address_lifetime_timeout()
2556 uint32_t this_update = net_timeout_evaluate(timeout, in prefix_lifetime_timeout() local
2559 if (this_update == 0U) { in prefix_lifetime_timeout()
2568 if (this_update < next_update) { in prefix_lifetime_timeout()
2569 next_update = this_update; in prefix_lifetime_timeout()