Searched refs:net_eth_vlan_disable (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 741 ret = net_eth_vlan_disable(eth_interfaces[1], VLAN_TAG_1); in test_vlan_disable() 744 ret = net_eth_vlan_disable(eth_interfaces[0], VLAN_TAG_1); in test_vlan_disable() 747 ret = net_eth_vlan_disable(eth_interfaces[0], VLAN_TAG_2); in test_vlan_disable() 750 ret = net_eth_vlan_disable(eth_interfaces[0], VLAN_TAG_3); in test_vlan_disable() 753 ret = net_eth_vlan_disable(vlan_interfaces[3], VLAN_TAG_4); in test_vlan_disable() 771 ret = net_eth_vlan_disable(iface, NET_VLAN_TAG_UNSPEC); in test_vlan_disable() 775 ret = net_eth_vlan_disable(iface, VLAN_TAG_1); in test_vlan_disable() 833 ret = net_eth_vlan_disable(eth_interfaces[0], VLAN_TAG_1); in test_vlan_disable_all() 835 ret = net_eth_vlan_disable(eth_interfaces[0], VLAN_TAG_2); in test_vlan_disable_all() 837 ret = net_eth_vlan_disable(eth_interfaces[0], VLAN_TAG_3); in test_vlan_disable_all() [all …]
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | vlan.c | 29 ret = net_eth_vlan_disable(iface, vlan_tag); in iface_vlan_del_cb()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | vlan.rst | 37 :c:func:`net_eth_vlan_disable` function. The application needs to configure
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet.h | 1017 int net_eth_vlan_disable(struct net_if *iface, uint16_t tag); 1019 static inline int net_eth_vlan_disable(struct net_if *iface, uint16_t tag) in net_eth_vlan_disable() function
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | vlan.c | 476 int net_eth_vlan_disable(struct net_if *iface, uint16_t tag) in net_eth_vlan_disable() function
|