Searched refs:dconn_iface_ipv4 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | main.c | 108 struct net_if *dconn_iface_ipv4; member 132 global_stats.dconn_iface_ipv4 = NULL; in reset_stats() 217 global_stats.dconn_iface_ipv4 = iface; in conn_handler() 471 zassert_equal(stats.dconn_iface_ipv4, ifa, "ifa should be blamed."); in cycle_ignored_iface() 564 zassert_equal(stats.dconn_iface_ipv4, ifa, "ifa should be blamed."); in cycle_ignored_iface() 740 zassert_equal(stats.dconn_iface_ipv4, iface, "The test iface should be blamed."); in cycle_iface_states() 812 zassert_equal(stats.dconn_iface_ipv4, iface, "The test iface should be blamed."); in cycle_iface_states() 919 zassert_equal(stats.dconn_iface_ipv4, iface, "The test iface should be blamed."); in cycle_iface_states() 1116 zassert_equal(stats.dconn_iface_ipv4, if_simp_a, "if_simp_a should be blamed"); in ZTEST()
|