Home
last modified time | relevance | path

Searched refs:ETH_ALEN (Results 1 – 7 of 7) sorted by relevance

/sysdeps/mach/hurd/net/
A Dethernet.h35 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 */
A Dif_ether.h26 #define ETH_ALEN 6 /* Octets in one ethernet addr */ macro
79 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
80 unsigned char h_source[ETH_ALEN]; /* source ether addr */
A Dif_arp.h61 unsigned char __ar_sha[ETH_ALEN]; /* Sender hardware address. */
63 unsigned char __ar_tha[ETH_ALEN]; /* Target hardware address. */
/sysdeps/unix/sysv/linux/net/
A Dethernet.h35 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 */
A Dif_arp.h62 unsigned char __ar_sha[ETH_ALEN]; /* Sender hardware address. */
64 unsigned char __ar_tha[ETH_ALEN]; /* Target hardware address. */
/sysdeps/generic/netinet/
A Dif_ether.h24 #define ETH_ALEN 6 /* Octets in one ethernet address. */ macro
30 uint8_t ether_addr_octet[ETH_ALEN];
/sysdeps/unix/sysv/linux/netinet/
A Dif_ether.h73 uint8_t arp_sha[ETH_ALEN]; /* sender hardware address */
75 uint8_t arp_tha[ETH_ALEN]; /* target hardware address */

Completed in 7 milliseconds