Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c92 int event_count_ipv4; /* any */ member
131 global_stats.event_count_ipv4 = 0; in reset_stats()
209 global_stats.event_count_ipv4 += 1; in conn_handler()
216 global_stats.event_count_ipv4 += 1; in conn_handler()
380 zassert_equal(stats.event_count_ipv4, 0, in cycle_ignored_iface()
393 zassert_equal(stats.event_count_ipv4, 0, in cycle_ignored_iface()
417 zassert_equal(stats.event_count_ipv4, 1, in cycle_ignored_iface()
431 zassert_equal(stats.event_count_ipv4, 0, in cycle_ignored_iface()
444 zassert_equal(stats.event_count_ipv4, 0, in cycle_ignored_iface()
468 zassert_equal(stats.event_count_ipv4, 1, in cycle_ignored_iface()
[all …]