Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Drarp.c40 (ntohs(arp->ar_hrd) != ARP_ETHER) || in rarp_receive()
84 rarp->ar_hrd = htons(ARP_ETHER); in rarp_request()
H A Darp.c68 arp->ar_hrd = htons(ARP_ETHER); in arp_raw_request()
146 if (ntohs(arp->ar_hrd) != ARP_ETHER) in arp_receive()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox-raw.c88 arp->ar_hrd = htons(ARP_ETHER); in sb_eth_raw_recv()
H A Dsandbox.c99 arp_recv->ar_hrd = htons(ARP_ETHER); in sb_eth_send()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h410 # define ARP_ETHER 1 /* Ethernet hardware address */ macro