Home
last modified time | relevance | path

Searched refs:virtual_interfaces (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/l2/virtual/
Dvirtual.c31 interfaces = &iface->config.virtual_interfaces; in virtual_recv()
225 &ctx->iface->config.virtual_interfaces, in net_virtual_interface_attach()
242 sys_slist_append(&ctx->iface->config.virtual_interfaces, in net_virtual_interface_attach()
287 interfaces = &iface->config.virtual_interfaces; in net_virtual_disable()
305 interfaces = &iface->config.virtual_interfaces; in net_virtual_enable()
394 sys_slist_init(&iface->config.virtual_interfaces); in net_virtual_init()
/Zephyr-latest/tests/net/virtual/src/
Dmain.c77 static struct net_if *virtual_interfaces[1]; variable
344 virtual_interfaces[ud->virtual_if_count++] = iface; in iface_cb()
365 zassert_equal(ud.virtual_if_count, ARRAY_SIZE(virtual_interfaces), in test_virtual_setup()
368 ud.virtual_if_count, ARRAY_SIZE(virtual_interfaces)); in test_virtual_setup()
389 virt = virtual_interfaces[0]; in test_address_setup()
555 struct net_if *iface = virtual_interfaces[0]; in ZTEST()
587 struct net_if *iface = virtual_interfaces[0]; in ZTEST()
657 struct net_if *iface = virtual_interfaces[0]; in ZTEST()
684 struct net_if *iface = virtual_interfaces[0]; in ZTEST()
702 struct net_if *iface = virtual_interfaces[0]; in ZTEST()
[all …]
/Zephyr-latest/subsys/net/lib/shell/
Dvirtual.c58 if (sys_slist_is_empty(&iface->config.virtual_interfaces)) { in attached_iface_cb()
69 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&iface->config.virtual_interfaces, in attached_iface_cb()
Diface.c222 if (!sys_slist_is_empty(&iface->config.virtual_interfaces)) { in iface_cb()
227 &iface->config.virtual_interfaces, in iface_cb()
/Zephyr-latest/subsys/net/l2/dummy/any/
Dany.c51 first = sys_slist_peek_head(&iface->config.virtual_interfaces); in any_recv()
/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c124 interfaces = &main_iface->config.virtual_interfaces; in get_vlan_ctx()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h592 sys_slist_t virtual_interfaces; member