Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c1143 } else if (eth_proto != PROT_VLAN) { /* normal packet */ in net_process_received_packet()
1473 vet->vet_vlan_type = htons(PROT_VLAN); in net_set_ether()
1487 if (protlen == PROT_VLAN) { in net_update_ether()
/openbmc/u-boot/include/
H A Dnet.h341 #define PROT_VLAN 0x8100 /* IEEE 802.1q protocol */ macro