Home
last modified time | relevance | path

Searched refs:VLAN_NONE (Results 1 – 2 of 2) sorted by relevance

/u-boot/net/
A Dnet.c1230 myvlanid = VLAN_NONE; in net_process_received_packet()
1233 mynvlanid = VLAN_NONE; in net_process_received_packet()
1287 if ((myvlanid & VLAN_IDMASK) != VLAN_NONE) { in net_process_received_packet()
1288 if (vlanid == VLAN_NONE) in net_process_received_packet()
1585 myvlanid = VLAN_NONE; in net_eth_hdr_size()
1598 myvlanid = VLAN_NONE; in net_set_ether()
1602 if ((myvlanid & VLAN_IDMASK) == VLAN_NONE) { in net_set_ether()
1744 x = VLAN_NONE; in vlan_to_string()
1746 if (x == VLAN_NONE) in vlan_to_string()
1757 return htons(VLAN_NONE); in string_to_vlan()
[all …]
/u-boot/include/
A Dnet.h501 #define VLAN_NONE 4095 /* untagged */ macro

Completed in 12 milliseconds