Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Drarp.c87 rarp->ar_op = htons(RARPOP_REQUEST); in rarp_request()
/openbmc/u-boot/include/
H A Dnet.h410 # define RARPOP_REQUEST 3 /* Request to resolve address */ macro