Home
last modified time | relevance | path

Searched refs:ar_hrd (Results 1 – 6 of 6) 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.h425 u16 ar_hrd; /* Format of hardware address */ member

Completed in 11 milliseconds