Searched refs:dconn_iface_ipv6 (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | main.c | 109 struct net_if *dconn_iface_ipv6; member 138 global_stats.dconn_iface_ipv6 = NULL; in reset_stats() 203 global_stats.dconn_iface_ipv6 = iface; in conn_handler() 472 zassert_equal(stats.dconn_iface_ipv6, ifa, "ifa should be blamed."); in cycle_ignored_iface() 565 zassert_equal(stats.dconn_iface_ipv6, ifa, "ifa should be blamed."); in cycle_ignored_iface() 766 zassert_equal(stats.dconn_iface_ipv6, iface, "The test iface should be blamed."); in cycle_iface_states() 787 zassert_equal(stats.dconn_iface_ipv6, iface, "The test iface should be blamed."); in cycle_iface_states() 920 zassert_equal(stats.dconn_iface_ipv6, iface, "The test iface should be blamed."); in cycle_iface_states() 1117 zassert_equal(stats.dconn_iface_ipv6, if_simp_a, "if_simp_a should be blamed"); in ZTEST()
|