Home
last modified time | relevance | path

Searched defs:test_iface (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/tests/net/offloaded_netdev/src/
Dmain.c135 struct net_if *test_iface = NET_IF_GET(sock_offload_test_impl, 0); in ZTEST() local
166 struct net_if *test_iface = NET_IF_GET(sock_offload_test_no_impl, 0); in ZTEST() local
197 struct net_if *test_iface = NET_IF_GET(net_offload_test_impl, 0); in ZTEST() local
228 struct net_if *test_iface = NET_IF_GET(net_offload_test_no_impl, 0); in ZTEST() local
259 struct net_if *test_iface = NET_IF_GET(sock_offload_test_impl, 0); in ZTEST() local
292 struct net_if *test_iface = NET_IF_GET(sock_offload_test_impl, 0); in ZTEST() local
312 struct net_if *test_iface = NET_IF_GET(sock_offload_test_impl, 0); in ZTEST() local
/Zephyr-Core-3.6.0/subsys/net/pkt_filter/
Dbase.c239 struct npf_test_iface *test_iface = in npf_iface_match() local
252 struct npf_test_iface *test_iface = in npf_orig_iface_match() local
/Zephyr-Core-3.6.0/tests/net/icmpv6/src/
Dmain.c32 static struct net_if *test_iface; variable
/Zephyr-Core-3.6.0/tests/subsys/modem/modem_ppp/src/
Dmain.c110 static struct net_if test_iface = { variable
/Zephyr-Core-3.6.0/tests/net/ipv6/src/
Dmain.c1596 struct net_if *test_iface = net_if_get_first_by_type(&NET_L2_GET_NAME(DUMMY)); in ZTEST() local