Home
last modified time | relevance | path

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

/u-boot/net/
A Dnet.c1113 myvlanid = VLAN_NONE; in net_process_received_packet()
1116 mynvlanid = VLAN_NONE; in net_process_received_packet()
1170 if ((myvlanid & VLAN_IDMASK) != VLAN_NONE) { in net_process_received_packet()
1171 if (vlanid == VLAN_NONE) in net_process_received_packet()
1422 myvlanid = VLAN_NONE; in net_eth_hdr_size()
1435 myvlanid = VLAN_NONE; in net_set_ether()
1439 if ((myvlanid & VLAN_IDMASK) == VLAN_NONE) { in net_set_ether()
1576 x = VLAN_NONE; in vlan_to_string()
1578 if (x == VLAN_NONE) in vlan_to_string()
1589 return htons(VLAN_NONE); in string_to_vlan()
[all …]
/u-boot/include/
A Dnet.h554 #define VLAN_NONE 4095 /* untagged */ macro

Completed in 9 milliseconds