Home
last modified time | relevance | path

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

/u-boot/net/
A Darp.c75 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()
166 case ARPOP_REQUEST: in arp_receive()
A Dlink_local.c263 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp()
283 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
/u-boot/test/dm/
A Deth.c316 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_arp_handler()
401 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_ping_handler()
/u-boot/drivers/net/
A Dsandbox.c73 if (ntohs(arp->ar_op) != ARPOP_REQUEST) in sandbox_eth_arp_req_to_reply()
193 arp_recv->ar_op = htons(ARPOP_REQUEST); in sandbox_eth_recv_arp_req()
/u-boot/include/
A Dnet.h432 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro

Completed in 8 milliseconds