Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/net/neighbor/src/
Dmain.c31 static int remove_count, add_count, clear_called; variable
199 remove_count = add_count = 0; in ZTEST()
231 add_count++; in ZTEST()
280 zassert_false(add_count != remove_count, "Remove count %d does not match add count %d\n", in ZTEST()
281 remove_count, add_count); in ZTEST()