Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dtest_ifaces.c15 static void test_iface_init(struct net_if *iface) in test_iface_init() function
41 .iface_api.init = test_iface_init,
46 .iface_api.init = test_iface_init,
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_ifaces.c16 static void test_iface_init(struct net_if *iface) in test_iface_init() function
28 .iface_api.init = test_iface_init,
/Zephyr-latest/tests/net/iface/src/
Dmain.c491 static void test_iface_init(struct net_if *iface, bool carrier, bool dormant) in test_iface_init() function
513 test_iface_init(iface1, false, false); in ZTEST()
525 test_iface_init(iface1, true, true); in ZTEST()
537 test_iface_init(iface1, true, false); in ZTEST()
549 test_iface_init(iface1, true, false); in ZTEST()
561 test_iface_init(iface1, true, false); in ZTEST()
/Zephyr-latest/tests/net/icmp/src/
Dmain.c83 static void test_iface_init(struct net_if *iface) in test_iface_init() function
133 .iface_api.init = test_iface_init,
138 .iface_api.init = test_iface_init,
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c42 static void test_iface_init(struct net_if *iface) in test_iface_init() function
72 .iface_api.init = test_iface_init,