Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/
H A Dnet.h409 u16 ar_hrd; /* Format of hardware address */ member