Lines Matching full:hardware
46 u_short ar_hrd; /* format of hardware address */
47 #define ARPHRD_ETHER 1 /* ethernet hardware format */
49 #define ARPHRD_FRELAY 15 /* frame relay hardware format */
50 #define ARPHRD_IEEE1394 24 /* firewire hardware format */
51 #define ARPHRD_INFINIBAND 32 /* infiniband hardware format */
53 u_char ar_hln; /* length of hardware address */
58 #define ARPOP_REVREQUEST 3 /* request protocol address given hardware */
67 u_char ar_sha[]; /* sender hardware address */
69 u_char ar_tha[]; /* target hardware address */
88 struct sockaddr arp_ha; /* hardware address */