Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Deth.c271 if (ntohs(eth->et_protlen) != PROT_ARP) in sb_check_arp_reply()
285 ut_assert(eth->et_protlen == htons(PROT_ARP)); in sb_check_arp_reply()
312 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_arp_handler()
397 if (ntohs(eth->et_protlen) == PROT_ARP && in sb_with_async_ping_handler()
/openbmc/u-boot/drivers/net/
H A Dsandbox-raw.c47 if (ntohs(eth->et_protlen) == PROT_ARP) { in sb_eth_raw_send()
111 eth->et_protlen = htons(reply_arp ? PROT_ARP : PROT_IP); in sb_eth_raw_recv()
H A Dsandbox.c66 if (ntohs(eth->et_protlen) != PROT_ARP) in sandbox_eth_arp_req_to_reply()
85 eth_recv->et_protlen = htons(PROT_ARP); in sandbox_eth_arp_req_to_reply()
184 eth_recv->et_protlen = htons(PROT_ARP); in sandbox_eth_recv_arp_req()
H A Dxilinx_emaclite.c509 case PROT_ARP: in emaclite_recv()
H A Dmvpp2.c2028 mvpp2_prs_match_etype(&pe, 0, PROT_ARP); in mvpp2_prs_etype_init()
/openbmc/u-boot/net/
H A Darp.c62 eth_hdr_size = net_set_ether(pkt, net_bcast_ethaddr, PROT_ARP); in arp_raw_request()
165 eth_hdr_size = net_update_ether(et, et->et_src, PROT_ARP); in arp_receive()
H A Dnet.c1191 case PROT_ARP: in net_process_received_packet()
/openbmc/u-boot/include/
H A Dnet.h338 #define PROT_ARP 0x0806 /* IP ARP protocol */ macro