Home
last modified time | relevance | path

Searched refs:PROT_ARP (Results 1 – 8 of 8) sorted by relevance

/u-boot/test/dm/
A Deth.c274 if (ntohs(eth->et_protlen) != PROT_ARP) in sb_check_arp_reply()
288 ut_assert(eth->et_protlen == htons(PROT_ARP)); in sb_check_arp_reply()
315 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_arp_handler()
400 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_ping_handler()
/u-boot/drivers/net/
A Dsandbox-raw.c50 if (ntohs(eth->et_protlen) == PROT_ARP) { in sb_eth_raw_send()
114 eth->et_protlen = htons(reply_arp ? PROT_ARP : PROT_IP); in sb_eth_raw_recv()
A Dsandbox.c68 if (ntohs(eth->et_protlen) != PROT_ARP) in sandbox_eth_arp_req_to_reply()
87 eth_recv->et_protlen = htons(PROT_ARP); in sandbox_eth_arp_req_to_reply()
186 eth_recv->et_protlen = htons(PROT_ARP); in sandbox_eth_recv_arp_req()
A Dxilinx_emaclite.c512 case PROT_ARP: in emaclite_recv()
A Dmvpp2.c2022 mvpp2_prs_match_etype(&pe, 0, PROT_ARP); in mvpp2_prs_etype_init()
/u-boot/net/
A Darp.c66 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_ARP); in arp_raw_request()
169 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
A Dnet.c1179 case PROT_ARP: in net_process_received_packet()
/u-boot/include/
A Dnet.h363 #define PROT_ARP 0x0806 /* IP ARP protocol */ macro

Completed in 39 milliseconds