Searched refs:net_eth_vlan_enable (Results  1 – 13 of 13) sorted by relevance
| /Zephyr-latest/tests/net/vlan/src/ | 
| D | main.c | 662 	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/ | 
| D | vlan.c | 50 	ret = net_eth_vlan_enable(eth_iface, vlan_tag);  in setup_iface()
 | 
| /Zephyr-latest/samples/net/sockets/echo_server/src/ | 
| D | vlan.c | 54 	ret = net_eth_vlan_enable(iface, vlan_tag);  in setup_iface()
 | 
| /Zephyr-latest/samples/net/mdns_responder/src/ | 
| D | vlan.c | 51 	ret = net_eth_vlan_enable(eth_iface, vlan_tag);  in setup_iface()
 | 
| /Zephyr-latest/samples/net/sockets/txtime/src/ | 
| D | vlan.c | 55 	ret = net_eth_vlan_enable(eth_iface, vlan_tag);  in setup_iface()
 | 
| /Zephyr-latest/samples/net/vlan/src/ | 
| D | main.c | 48 	ret = net_eth_vlan_enable(iface, vlan_tag);  in setup_iface()
 | 
| /Zephyr-latest/subsys/net/lib/shell/ | 
| D | vlan.c | 138 	ret = net_eth_vlan_enable(iface, tag);  in cmd_net_vlan_add()
 | 
| /Zephyr-latest/samples/net/lldp/src/ | 
| D | main.c | 71 	ret = net_eth_vlan_enable(eth_iface, vlan_tag);  in setup_iface()
 | 
| /Zephyr-latest/doc/connectivity/networking/api/ | 
| D | vlan.rst | 34 :c:func:`net_eth_vlan_enable` function to do that. The application needs
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | ethernet.h | 997 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/ | 
| D | init.c | 125 	int ret = net_eth_vlan_enable(iface, CONFIG_NET_CONFIG_MY_VLAN_ID);  in setup_vlan()
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/ | 
| D | vlan.c | 393 int net_eth_vlan_enable(struct net_if *iface, uint16_t tag)  in net_eth_vlan_enable()  function
 | 
| /Zephyr-latest/doc/releases/ | 
| D | release-notes-3.0.rst | 1268 * :github:`39516` - function net_eth_vlan_enable does not properly validate vlan tag value
 |