Home
last modified time | relevance | path

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

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