Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c1115 eth_proto = ntohs(vet->vet_type); in net_process_received_packet()
1410 vet->vet_type = htons(prot); in net_set_ether()
1425 vet->vet_type = htons(prot); in net_update_ether()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h342 u16 vet_type; /* protocol type */ member