Home
last modified time | relevance | path

Searched refs:mac_addr_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h563 typedef uchar_t mac_addr_t[ETHERADDRL]; typedef
584 mac_addr_t fddi_dhost;
585 mac_addr_t fddi_shost;
595 mac_addr_t tr_dhost;
596 mac_addr_t tr_shost;
602 mac_addr_t tr_dhost;
603 mac_addr_t tr_shost;
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c86 static mac_addr_t ether_broadcast = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
100 ASSERT(sizeof (mac_addr_t) == 6); in gld_init_ether()
338 mac_addr_t dhost; in gld_unitdata_ether()
911 ASSERT(sizeof (mac_addr_t) == 6); in gld_init_fddi()
1061 mac_addr_t dhost; in gld_unitdata_fddi()
1213 static mac_addr_t tokenbroadcastaddr2 = { 0xc0, 0x00, 0xff, 0xff, 0xff, 0xff };
1235 ASSERT(sizeof (mac_addr_t) == 6); in gld_init_tr()
1467 mac_addr_t dhost; in gld_unitdata_tr()