Searched refs:test_iface_init (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/net/conn_mgr_monitor/src/ |
D | test_ifaces.c | 15 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/ |
D | test_ifaces.c | 16 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/ |
D | main.c | 491 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/ |
D | main.c | 83 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/ |
D | main.c | 42 static void test_iface_init(struct net_if *iface) in test_iface_init() function 72 .iface_api.init = test_iface_init,
|