Searched defs:ar_hrd (Results 1 - 6 of 6) sorted by relevance

/external/libnl/include/linux/
H A Dif_arp.h131 unsigned short ar_hrd; /* format of hardware address */ member in struct:arphdr
/external/iproute2/include/linux/
H A Dif_arp.h138 __be16 ar_hrd; /* format of hardware address */ member in struct:arphdr
/external/kernel-headers/original/uapi/linux/
H A Dif_arp.h142 __be16 ar_hrd; /* format of hardware address */ member in struct:arphdr
/external/tcpdump/
H A Dprint-arp.c53 u_short ar_hrd; /* format of hardware address */ member in struct:arp_pkthdr
91 #define HRD(ap) EXTRACT_16BITS(&(ap)->ar_hrd)
/external/qemu/slirp/
H A Dslirp.c582 unsigned short ar_hrd; /* format of hardware address */ member in struct:arphdr
628 rah->ar_hrd = htons(1);
710 rah->ar_hrd = htons(1);
/external/qemu/slirp-android/
H A Dslirp.c671 unsigned short ar_hrd; /* format of hardware address */ member in struct:arphdr
721 rah->ar_hrd = htons(1);
803 rah->ar_hrd = htons(1);

Completed in 132 milliseconds