Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c1167 eth_proto = ntohs(vet->vet_type); in net_process_received_packet()
1475 vet->vet_type = htons(prot); in net_set_ether()
1490 vet->vet_type = htons(prot); in net_update_ether()
/openbmc/u-boot/include/
H A Dnet.h331 u16 vet_type; /* protocol type */ member