Symbol: ether_cmp
usr/src/cmd/nscd/getether.c
72
if (ether_cmp(e1->key.ether, e2->key.ether) != 0) {
usr/src/lib/nsswitch/files/common/ether_addr.c
137
return (ether_cmp((void *)ether, (void *)argp->key.ether) == 0);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1830
if (!ether_cmp(&ea->arp_tha, &myether)) {
usr/src/uts/common/io/aggr/aggr_lacp.c
1116
if ((ether_cmp(&cport->sp_partner_system,
usr/src/uts/common/io/aggr/aggr_lacp.c
1197
ASSERT(ether_cmp(&cport->sp_partner_system,
usr/src/uts/common/io/aggr/aggr_lacp.c
1291
if (ether_cmp(&pl->PartnerOperSystem, &etherzeroaddr) == 0 ||
usr/src/uts/common/io/aggr/aggr_lacp.c
1295
if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem,
usr/src/uts/common/io/aggr/aggr_lacp.c
1321
if (ether_cmp(&pl->PartnerOperSystem,
usr/src/uts/common/io/aggr/aggr_lacp.c
1326
if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem,
usr/src/uts/common/io/aggr/aggr_lacp.c
1351
if (ether_cmp(&pl->PartnerOperSystem,
usr/src/uts/common/io/aggr/aggr_lacp.c
1377
if (ether_cmp(&aggrp->aggr.PartnerSystem, &etherzeroaddr) == 0 &&
usr/src/uts/common/io/aggr/aggr_lacp.c
1392
if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem,
usr/src/uts/common/io/aggr/aggr_lacp.c
1399
} else if (ether_cmp(&pl->PartnerOperSystem,
usr/src/uts/common/io/aggr/aggr_lacp.c
1862
(ether_cmp(&lacp->partner_info.system_id,
usr/src/uts/common/io/aggr/aggr_lacp.c
1903
(ether_cmp(&pl->PartnerOperSystem,
usr/src/uts/common/io/aggr/aggr_lacp.c
1936
(ether_cmp(&pl->PartnerOperSystem, &pl->PartnerAdminSystem) != 0) ||
usr/src/uts/common/io/aggr/aggr_lacp.c
1967
(ether_cmp(&aggrp->lg_addr,
usr/src/uts/common/io/aggr/aggr_lacp.c
961
if (ether_cmp(&markerp->system_id,
usr/src/uts/common/io/bge/bge_main2.c
1631
if (rinfop == NULL || ether_cmp(mac_addr, rrp->mac_addr_val) != 0)
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5089
if (ether_cmp(&dlap->dl_phys, &fcip_arpbroadcast_addr) == 0) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5123
if (ether_cmp(&dlap->dl_phys, &fcip_arpbroadcast_addr) == 0) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5467
(ether_cmp(addrp, &fcip_arpbroadcast_addr) == 0)) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5620
if (ether_cmp(&dlap->dl_phys, &fcip_arpbroadcast_addr) == 0) {
usr/src/uts/common/io/nxge/nxge_hio.c
1221
if (ether_cmp(&addrp, &nxge->ouraddr) == 0) {
usr/src/uts/common/io/nxge/nxge_mac.c
5853
(ether_cmp(addrp, &etherbroadcastaddr) == 0) ||
usr/src/uts/common/io/nxge/nxge_mac.c
5854
(ether_cmp(addrp, &nxgep->ouraddr) == 0)) {
usr/src/uts/common/io/nxge/nxge_mac.c
8317
(ether_cmp(&mac_addr, &etherbroadcastaddr) == 0) ||
usr/src/uts/common/io/nxge/nxge_mac.c
8318
(ether_cmp(&mac_addr, &etherzeroaddr) == 0))
usr/src/uts/common/io/vioif/vioif.c
1394
if (ether_cmp(&ether->ether_dhost, vioif_broadcast) == 0) {
usr/src/uts/sun4v/io/vnet_gen.c
1075
if (ether_cmp(addrp, &(vgenp->mctab[i])) == 0) {
usr/src/uts/sun4v/io/vnet_gen.c
5155
if (ether_cmp(addrp,
usr/src/uts/sun4v/io/vsw_ldc.c
2544
if (ether_cmp(&ea, &port->p_macaddr) != 0) {
usr/src/uts/sun4v/io/vsw_phys.c
770
if (ether_cmp((void *)primary_addr, (void*)macaddr) == 0) {
usr/src/uts/sun4v/io/vsw_switching.c
1907
if (ether_cmp(&ehp->ether_dhost, &behp->ether_dhost) == 0) {
usr/src/uts/sun4v/io/vsw_switching.c
481
if (ether_cmp(&ehp->ether_dhost, &vswp->if_addr) == 0) {
usr/src/uts/sun4v/sys/vnet.h
48
(ether_cmp(&ehp->ether_dhost, &etherbroadcastaddr) == 0)
usr/src/uts/sun4v/sys/vnet.h
53
(ether_cmp(vresp->local_macaddr, vnetp->curr_macaddr) == 0)
usr/src/uts/sun4v/sys/vnet_gen.h
106
(ether_cmp(&ehp->ether_dhost, &etherbroadcastaddr) == 0)