Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/vlan/src/
Dmain.c662 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_1); in test_vlan_enable()
664 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_2); in test_vlan_enable()
666 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_3); in test_vlan_enable()
668 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_4); in test_vlan_enable()
700 ret = net_eth_vlan_enable(iface, NET_VLAN_TAG_UNSPEC); in test_vlan_enable()
704 ret = net_eth_vlan_enable(iface, VLAN_TAG_1); in test_vlan_enable()
790 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_1); in test_vlan_enable_all()
792 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_2); in test_vlan_enable_all()
794 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_3); in test_vlan_enable_all()
796 ret = net_eth_vlan_enable(eth_interfaces[0], VLAN_TAG_4); in test_vlan_enable_all()
[all …]
/Zephyr-latest/samples/net/sockets/echo_client/src/
Dvlan.c50 ret = net_eth_vlan_enable(eth_iface, vlan_tag); in setup_iface()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dvlan.c54 ret = net_eth_vlan_enable(iface, vlan_tag); in setup_iface()
/Zephyr-latest/samples/net/mdns_responder/src/
Dvlan.c51 ret = net_eth_vlan_enable(eth_iface, vlan_tag); in setup_iface()
/Zephyr-latest/samples/net/sockets/txtime/src/
Dvlan.c55 ret = net_eth_vlan_enable(eth_iface, vlan_tag); in setup_iface()
/Zephyr-latest/samples/net/vlan/src/
Dmain.c48 ret = net_eth_vlan_enable(iface, vlan_tag); in setup_iface()
/Zephyr-latest/subsys/net/lib/shell/
Dvlan.c138 ret = net_eth_vlan_enable(iface, tag); in cmd_net_vlan_add()
/Zephyr-latest/samples/net/lldp/src/
Dmain.c71 ret = net_eth_vlan_enable(eth_iface, vlan_tag); in setup_iface()
/Zephyr-latest/doc/connectivity/networking/api/
Dvlan.rst34 :c:func:`net_eth_vlan_enable` function to do that. The application needs
/Zephyr-latest/include/zephyr/net/
Dethernet.h997 int net_eth_vlan_enable(struct net_if *iface, uint16_t tag);
999 static inline int net_eth_vlan_enable(struct net_if *iface, uint16_t tag) in net_eth_vlan_enable() function
/Zephyr-latest/subsys/net/lib/config/
Dinit.c125 int ret = net_eth_vlan_enable(iface, CONFIG_NET_CONFIG_MY_VLAN_ID); in setup_vlan()
/Zephyr-latest/subsys/net/l2/ethernet/
Dvlan.c393 int net_eth_vlan_enable(struct net_if *iface, uint16_t tag) in net_eth_vlan_enable() function
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst1268 * :github:`39516` - function net_eth_vlan_enable does not properly validate vlan tag value