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.c120 struct ether_addr ether_broadcast = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable in typeref:struct:ether_addr
164 if (memcmp(&e->ether_dhost, &ether_broadcast,
859 if (memcmp(&mh->dhost, &ether_broadcast,
1123 if (memcmp(&f->dhost, &ether_broadcast,
1515 if (memcmp(eaddr, &ether_broadcast, sizeof (struct ether_addr)) == 0)
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c87 static mac_addr_t ether_broadcast = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
198 if (mac_eq(&mh->ether_dhost, ether_broadcast, macinfo->gldm_addrlen))
1062 /* mac_eq works because ether_broadcast is the same either way */
1063 if (mac_eq(mh->fddi_dhost, ether_broadcast, macinfo->gldm_addrlen))
1436 if (mac_eq(mh->tr_dhost, ether_broadcast, macinfo->gldm_addrlen) ||

Completed in 52 milliseconds