Searched refs:RARPOP_REPLY (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/net/ | ||
D | rarp.c | 38 if ((ntohs(arp->ar_op) != RARPOP_REPLY) || in rarp_receive() |
/external/u-boot/include/ | ||
D | net.h | 418 # define RARPOP_REPLY 4 /* Response to previous request */ macro |