Home
last modified time | relevance | path

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

/external/u-boot/net/
Dnet.c1135 } else if (eth_proto != PROT_VLAN) { /* normal packet */ in net_process_received_packet()
1451 vet->vet_vlan_type = htons(PROT_VLAN); in net_set_ether()
1465 if (protlen == PROT_VLAN) { in net_update_ether()
/external/u-boot/include/
Dnet.h345 #define PROT_VLAN 0x8100 /* IEEE 802.1q protocol */ macro