Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/vlan/src/
Dmain.c80 static struct net_if *vlan_interfaces[NET_VLAN_MAX_COUNT]; variable
374 vlan_interfaces[ud->vlan_if_count++] = iface; in iface_cb()
421 iface3 = vlan_interfaces[0]; /* and this is the virtual VLAN interface */ in test_address_setup()
594 zassert_equal_ptr(iface, vlan_interfaces[0], in test_vlan_enable()
596 VLAN_TAG_1, iface, vlan_interfaces[0]); in test_vlan_enable()
599 zassert_equal_ptr(iface, vlan_interfaces[1], in test_vlan_enable()
601 VLAN_TAG_2, iface, vlan_interfaces[1]); in test_vlan_enable()
604 zassert_equal_ptr(iface, vlan_interfaces[2], in test_vlan_enable()
606 VLAN_TAG_3, iface, vlan_interfaces[2]); in test_vlan_enable()
609 zassert_equal_ptr(iface, vlan_interfaces[3], in test_vlan_enable()
[all …]