Home
last modified time | relevance | path

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

/u-boot/net/
A Drarp.c40 (ntohs(arp->ar_hrd) != ARP_ETHER) || in rarp_receive()
84 rarp->ar_hrd = htons(ARP_ETHER); in rarp_request()
A Darp.c71 arp->ar_hrd = htons(ARP_ETHER); in arp_raw_request()
150 if (ntohs(arp->ar_hrd) != ARP_ETHER) in arp_receive()
/u-boot/drivers/net/
A Dsandbox-raw.c87 arp->ar_hrd = htons(ARP_ETHER); in sb_eth_raw_recv()
A Dsandbox.c90 arp_recv->ar_hrd = htons(ARP_ETHER); in sandbox_eth_arp_req_to_reply()
189 arp_recv->ar_hrd = htons(ARP_ETHER); in sandbox_eth_recv_arp_req()
/u-boot/test/dm/
A Deth.c290 ut_assert(arp->ar_hrd == htons(ARP_ETHER)); in sb_check_arp_reply()
/u-boot/include/
A Dnet.h426 # define ARP_ETHER 1 /* Ethernet hardware address */ macro
/u-boot/lib/efi_loader/
A Defi_net.c927 netobj->net_mode.if_type = ARP_ETHER; in efi_net_register()

Completed in 11 milliseconds