Searched refs:ETH_ALEN (Results 1 – 7 of 7) sorted by relevance
35 uint8_t ether_addr_octet[ETH_ALEN];41 uint8_t ether_dhost[ETH_ALEN]; /* destination eth addr */42 uint8_t ether_shost[ETH_ALEN]; /* source ether addr */52 #define ETHER_ADDR_LEN ETH_ALEN /* size of ethernet addr */
26 #define ETH_ALEN 6 /* Octets in one ethernet addr */ macro79 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */80 unsigned char h_source[ETH_ALEN]; /* source ether addr */
61 unsigned char __ar_sha[ETH_ALEN]; /* Sender hardware address. */63 unsigned char __ar_tha[ETH_ALEN]; /* Target hardware address. */
35 uint8_t ether_addr_octet[ETH_ALEN];41 uint8_t ether_dhost[ETH_ALEN]; /* destination eth addr */42 uint8_t ether_shost[ETH_ALEN]; /* source ether addr */59 #define ETHER_ADDR_LEN ETH_ALEN /* size of ethernet addr */
62 unsigned char __ar_sha[ETH_ALEN]; /* Sender hardware address. */64 unsigned char __ar_tha[ETH_ALEN]; /* Target hardware address. */
24 #define ETH_ALEN 6 /* Octets in one ethernet address. */ macro30 uint8_t ether_addr_octet[ETH_ALEN];
73 uint8_t arp_sha[ETH_ALEN]; /* sender hardware address */75 uint8_t arp_tha[ETH_ALEN]; /* target hardware address */
Completed in 7 milliseconds