Home
last modified time | relevance | path

Searched refs:ARPOP_REQUEST (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/net/
H A Darp.c71 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()
162 case ARPOP_REQUEST: in arp_receive()
H A Dlink_local.c260 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp()
280 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
/openbmc/u-boot/test/dm/
H A Deth.c313 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_arp_handler()
398 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_ping_handler()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c71 if (ntohs(arp->ar_op) != ARPOP_REQUEST) in sandbox_eth_arp_req_to_reply()
191 arp_recv->ar_op = htons(ARPOP_REQUEST); in sandbox_eth_recv_arp_req()
/openbmc/u-boot/include/
H A Dnet.h407 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro