Searched refs:mac_addr_t (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | gldpriv.h | 576 typedef uchar_t mac_addr_t[ETHERADDRL]; typedef 597 mac_addr_t fddi_dhost; 598 mac_addr_t fddi_shost; 608 mac_addr_t tr_dhost; 609 mac_addr_t tr_shost; 615 mac_addr_t tr_dhost; 616 mac_addr_t tr_shost;
|
/titanic_44/usr/src/uts/common/io/ |
H A D | gldutil.c | 87 static mac_addr_t ether_broadcast = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; 101 ASSERT(sizeof (mac_addr_t) == 6); in gld_init_ether() 339 mac_addr_t dhost; in gld_unitdata_ether() 994 ASSERT(sizeof (mac_addr_t) == 6); in gld_init_fddi() 1144 mac_addr_t dhost; in gld_unitdata_fddi() 1296 static mac_addr_t tokenbroadcastaddr2 = { 0xc0, 0x00, 0xff, 0xff, 0xff, 0xff }; 1318 ASSERT(sizeof (mac_addr_t) == 6); in gld_init_tr() 1550 mac_addr_t dhost; in gld_unitdata_tr()
|