Home
last modified time | relevance | path

Searched refs:iface3 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/tests/net/iface/src/
Dmain.c64 static struct net_if *iface3; variable
183 iface3,
316 iface3 = iface; in iface_cb()
345 idx = net_if_get_by_iface(iface3); in iface_setup()
347 net_if_get_device(iface3)->data)->idx = idx; in iface_setup()
352 net_if_get_by_iface(iface3), iface3); in iface_setup()
356 zassert_not_null(iface3, "Interface 3"); in iface_setup()
461 net_if_up(iface3); in iface_setup()
485 net_if_down(iface3); in iface_teardown()
631 DBG("Sending data to iface 3 %p\n", iface3); in ZTEST()
[all …]
/Zephyr-Core-3.7.0/tests/net/ptp/clock/src/
Dmain.c356 struct net_if *iface1, *iface2, *iface3; in test_address_setup() local
360 iface3 = eth_interfaces[2]; in test_address_setup()
364 zassert_not_null(iface3, "Interface 3\n"); in test_address_setup()
397 ifaddr = net_if_ipv6_addr_add(iface3, &my_addr3, in test_address_setup()
407 net_if_up(iface3); in test_address_setup()
/Zephyr-Core-3.7.0/tests/net/vlan/src/
Dmain.c367 struct net_if *iface1, *iface2, *iface3; in test_address_setup() local
371 iface3 = vlan_interfaces[0]; /* and this is the virtual VLAN interface */ in test_address_setup()
375 zassert_not_null(iface3, "Interface 3"); in test_address_setup()
408 ifaddr = net_if_ipv6_addr_add(iface3, &my_addr3, in test_address_setup()