Searched refs:net_eth_get_vlan_iface (Results  1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/net/vlan/src/ | 
| D | main.c | 673 	iface = net_eth_get_vlan_iface(eth_interfaces[0], VLAN_TAG_1);  in test_vlan_enable()678 	iface = net_eth_get_vlan_iface(eth_interfaces[0], VLAN_TAG_2);  in test_vlan_enable()
 683 	iface = net_eth_get_vlan_iface(eth_interfaces[0], VLAN_TAG_3);  in test_vlan_enable()
 688 	iface = net_eth_get_vlan_iface(eth_interfaces[0], VLAN_TAG_4);  in test_vlan_enable()
 709 		iface = net_eth_get_vlan_iface(NULL, i);  in test_vlan_enable()
 758 	iface = net_eth_get_vlan_iface(eth_interfaces[0], VLAN_TAG_1);  in test_vlan_disable()
 761 	iface = net_eth_get_vlan_iface(eth_interfaces[0], VLAN_TAG_2);  in test_vlan_disable()
 949 	iface = net_eth_get_vlan_iface(eth_interfaces[0], VLAN_TAG_1);  in ZTEST()
 1012 	iface = net_eth_get_vlan_iface(embed_ll_interface, VLAN_TAG_6);  in ZTEST()
 
 | 
| /Zephyr-latest/subsys/net/lib/shell/ | 
| D | vlan.c | 149 	iface = net_eth_get_vlan_iface(iface, tag);  in cmd_net_vlan_add()
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/ | 
| D | vlan.c | 217 struct net_if *net_eth_get_vlan_iface(struct net_if *iface, uint16_t tag)  in net_eth_get_vlan_iface()  function696 struct net_if *net_eth_get_vlan_iface(struct net_if *iface, uint16_t tag)  in net_eth_get_vlan_iface()  function
 
 | 
| D | ethernet.c | 314 			vlan_iface = net_eth_get_vlan_iface(iface,  in ethernet_recv()500 		iface = net_eth_get_vlan_iface(iface,  in ethernet_ll_prepare_on_ipv4()
 599 		orig_iface = net_eth_get_vlan_iface(iface, net_pkt_vlan_tag(pkt));  in ethernet_fill_header()
 
 | 
| /Zephyr-latest/include/zephyr/net/ | 
| D | ethernet.h | 1060 struct net_if *net_eth_get_vlan_iface(struct net_if *iface, uint16_t tag);1063 struct net_if *net_eth_get_vlan_iface(struct net_if *iface, uint16_t tag)  in net_eth_get_vlan_iface()  function
 
 | 
| /Zephyr-latest/drivers/net/ | 
| D | slip.c | 143 	iface = net_eth_get_vlan_iface(context->iface, vlan_tag);  in get_iface()
 |