/titanic_41/usr/src/stand/lib/inet/ |
H A D | ethernet.c | 57 ether_addr_t etherbroadcastaddr = { variable 101 bcopy((caddr_t)etherbroadcastaddr, (caddr_t)&out->arp_eh.ether_dhost, in ether_comarp() 223 bcopy((caddr_t)etherbroadcastaddr, (caddr_t)&out.arp_ea.arp_tha, in ether_arp() 570 bcopy((caddr_t)etherbroadcastaddr, in ether_output()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vsw_ldc.h | 476 static struct ether_addr etherbroadcastaddr = { variable 481 (bcmp(&ehp->ether_dhost, ðerbroadcastaddr, ETHERADDRL) == 0)
|
H A D | vnet_gen.h | 99 static struct ether_addr etherbroadcastaddr = { variable 106 (ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0)
|
H A D | vnet.h | 48 (ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0)
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 251 (ether_cmp(&(ehp)->ether_dhost, ðerbroadcastaddr) == 0) 328 static struct ether_addr etherbroadcastaddr = { variable 1232 ether_copy(ðerbroadcastaddr, ep); 1517 (ether_cmp(addrp, ðerbroadcastaddr) == 0)) { 1687 if ((ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0) || 2053 (ether_cmp(addrp, ðerbroadcastaddr) == 0) ||
|
/titanic_41/usr/src/uts/common/os/ |
H A D | space.c | 143 ether_addr_t etherbroadcastaddr = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; variable
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 240 static struct ether_addr etherbroadcastaddr = { variable 1659 bcopy(ðerbroadcastaddr, &dlsap->dl_phys, in revarp_start() 1660 sizeof (etherbroadcastaddr)); in revarp_start()
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 274 static struct ether_addr etherbroadcastaddr = { variable 474 etherbroadcastaddr.ether_addr_octet; in ch_attach()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1215 bcopy(ðerbroadcastaddr, &ehp->ether_dhost, ETHERADDRL); in vsw_publish_macaddr()
|
H A D | vnet.c | 268 static struct ether_addr etherbroadcastaddr = { variable
|
/titanic_41/usr/src/uts/common/io/hme/ |
H A D | hme.c | 703 static struct ether_addr etherbroadcastaddr = { variable 710 #define IS_BROADCAST(pkt) (bcmp(pkt, ðerbroadcastaddr, ETHERADDRL) == 0)
|
/titanic_41/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 228 #define IS_BROADCAST(pkt) (bcmp(pkt, ðerbroadcastaddr, ETHERADDRL) == 0) 310 static uint8_t etherbroadcastaddr[] = { variable
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 57 static ether_addr_st etherbroadcastaddr = variable 5977 (ether_cmp(addrp, ðerbroadcastaddr) == 0) || in nxge_set_mac_addr() 8460 (ether_cmp(&mac_addr, ðerbroadcastaddr) == 0) || in nxge_is_valid_local_mac()
|