Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Drarp.c38 if ((ntohs(arp->ar_op) != RARPOP_REPLY) || in rarp_receive()
/openbmc/u-boot/include/
H A Dnet.h411 # define RARPOP_REPLY 4 /* Response to previous request */ macro