Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c122 struct ether_addr ether_broadcast = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
166 if (memcmp(&e->ether_dhost, &ether_broadcast, in interpret_ether()
861 if (memcmp(&mh->dhost, &ether_broadcast, in interpret_tr()
1125 if (memcmp(&f->dhost, &ether_broadcast, in interpret_fddi()
1517 if (memcmp(eaddr, &ether_broadcast, sizeof (struct ether_addr)) == 0) in print_etherinfo()
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c86 static mac_addr_t ether_broadcast = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
197 if (mac_eq(&mh->ether_dhost, ether_broadcast, macinfo->gldm_addrlen)) in gld_interpret_ether()
980 if (mac_eq(mh->fddi_dhost, ether_broadcast, macinfo->gldm_addrlen)) in gld_interpret_fddi()
1353 if (mac_eq(mh->tr_dhost, ether_broadcast, macinfo->gldm_addrlen) || in gld_interpret_tr()