Home
last modified time | relevance | path

Searched refs:PROT_RARP (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Drarp.c79 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_RARP); in rarp_request()
H A Dnet.c1144 case PROT_RARP: in net_process_received_packet()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h350 #define PROT_RARP 0x8035 /* IP ARP protocol */ macro