Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/trickle/src/
Dmain.c121 zassert_true(net_trickle_is_running(&t1), "Trickle 1 not running"); in test_trickle_1_status()
132 zassert_true(net_trickle_is_running(&t2), "Trickle 2 not running"); in test_trickle_2_status()
147 zassert_true(net_trickle_is_running(&t1), "Trickle 1 not running"); in test_trickle_1_wait()
159 zassert_true(net_trickle_is_running(&t1), "Trickle 1 not running"); in test_trickle_1_wait_long()
174 zassert_true(net_trickle_is_running(&t2), "Trickle 2 not running"); in test_trickle_2_wait()
179 zassert_false(net_trickle_is_running(&t1), "Trickle 1 running"); in test_trickle_1_stopped()
184 zassert_true(net_trickle_is_running(&t2), "Trickle 2 is not running"); in test_trickle_2_inc()
190 zassert_true(net_trickle_is_running(&t1), "trickle 1 is not running"); in test_trickle_1_update()
/Zephyr-latest/include/zephyr/net/
Dtrickle.h137 static inline bool net_trickle_is_running(struct net_trickle *trickle) in net_trickle_is_running() function
/Zephyr-latest/subsys/net/lib/trickle/
Dtrickle.c118 if (net_trickle_is_running(trickle)) { in interval_timeout()