Home
last modified time | relevance | path

Searched refs:ARPOP_REPLY (Results 1 – 6 of 6) sorted by relevance

/u-boot/net/
A Darp.c170 arp->ar_op = htons(ARPOP_REPLY); in arp_receive()
194 case ARPOP_REPLY: /* arp reply */ in arp_receive()
A Dlink_local.c264 arp->ar_op != htons(ARPOP_REPLY)) { in link_local_receive_arp()
/u-boot/drivers/net/
A Dsandbox-raw.c91 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
A Dsandbox.c94 arp_recv->ar_op = htons(ARPOP_REPLY); in sandbox_eth_arp_req_to_reply()
/u-boot/test/dm/
A Deth.c279 if (ntohs(arp->ar_op) != ARPOP_REPLY) in sb_check_arp_reply()
/u-boot/include/
A Dnet.h433 # define ARPOP_REPLY 2 /* Response to previous request */ macro

Completed in 10 milliseconds