Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/vlan/src/
Dmain.c741 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/
Dvlan.c29 ret = net_eth_vlan_disable(iface, vlan_tag); in iface_vlan_del_cb()
/Zephyr-latest/doc/connectivity/networking/api/
Dvlan.rst37 :c:func:`net_eth_vlan_disable` function. The application needs to configure
/Zephyr-latest/include/zephyr/net/
Dethernet.h1017 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/
Dvlan.c476 int net_eth_vlan_disable(struct net_if *iface, uint16_t tag) in net_eth_vlan_disable() function