Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 – 7 of 7) sorted by relevance

/u-boot/net/
A Darp.c75 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()
165 switch (ntohs(arp->ar_op)) { in arp_receive()
170 arp->ar_op = htons(ARPOP_REPLY); in arp_receive()
237 ntohs(arp->ar_op)); in arp_receive()
A Drarp.c39 if ((ntohs(arp->ar_op) != RARPOP_REPLY) || in rarp_receive()
88 rarp->ar_op = htons(RARPOP_REQUEST); in rarp_request()
A Dlink_local.c255 ntohs(arp->ar_op)); in link_local_receive_arp()
263 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp()
264 arp->ar_op != htons(ARPOP_REPLY)) { in link_local_receive_arp()
283 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
/u-boot/test/dm/
A Deth.c279 if (ntohs(arp->ar_op) != ARPOP_REPLY) in sb_check_arp_reply()
316 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()
94 arp_recv->ar_op = htons(ARPOP_REPLY); in sandbox_eth_arp_req_to_reply()
193 arp_recv->ar_op = htons(ARPOP_REQUEST); in sandbox_eth_recv_arp_req()
A Dsandbox-raw.c91 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
/u-boot/include/
A Dnet.h431 u16 ar_op; /* Operation */ member

Completed in 10 milliseconds