Searched refs:ETHER_ADDR_LEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/include/netinet/
H A Dif_ether.h46 /* u_char enaddr[ETHER_ADDR_LEN]; */ \
62 /* u_char enaddr[ETHER_ADDR_LEN]; */ \
81 u_char arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */
83 u_char arp_tha[ETHER_ADDR_LEN]; /* target hardware address */
112 extern u_char ether_ipmulticast_min[ETHER_ADDR_LEN];
113 extern u_char ether_ipmulticast_max[ETHER_ADDR_LEN];
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h14 #define ETHER_ADDR_LEN 6 /* length of an Ethernet address */ macro
17 #define ETHER_HDR_LEN (ETHER_ADDR_LEN*2+ETHER_TYPE_LEN)
61 u_char ether_dhost[ETHER_ADDR_LEN];
62 u_char ether_shost[ETHER_ADDR_LEN];
70 u_char octet[ETHER_ADDR_LEN];
79 uint8_t evl_dhost[ETHER_ADDR_LEN];
80 uint8_t evl_shost[ETHER_ADDR_LEN];

Completed in 52 milliseconds