Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Drarp.c39 (ntohs(arp->ar_hrd) != ARP_ETHER) || in rarp_receive()
83 rarp->ar_hrd = htons(ARP_ETHER); in rarp_request()
H A Darp.c67 arp->ar_hrd = htons(ARP_ETHER); in arp_raw_request()
146 if (ntohs(arp->ar_hrd) != ARP_ETHER) in arp_receive()
/openbmc/u-boot/drivers/net/
H A Dsandbox.c88 arp_recv->ar_hrd = htons(ARP_ETHER); in sandbox_eth_arp_req_to_reply()
187 arp_recv->ar_hrd = htons(ARP_ETHER); in sandbox_eth_recv_arp_req()
H A Dsandbox-raw.c84 arp->ar_hrd = htons(ARP_ETHER); in sb_eth_raw_recv()
/openbmc/u-boot/test/dm/
H A Deth.c287 ut_assert(arp->ar_hrd == htons(ARP_ETHER)); in sb_check_arp_reply()
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c645 netobj->net_mode.if_type = ARP_ETHER; in efi_net_register()
/openbmc/u-boot/include/
H A Dnet.h401 # define ARP_ETHER 1 /* Ethernet hardware address */ macro