/titanic_50/usr/src/uts/common/sys/ |
H A D | ethernet.h | 122 #define ether_cmp(a, b) (((short *)b)[2] != ((short *)a)[2] || \ macro 126 #define ether_cmp(a, b) (bcmp((caddr_t)a, (caddr_t)b, 6)) macro
|
/titanic_50/usr/src/uts/common/io/aggr/ |
H A D | aggr_lacp.c | 959 if (ether_cmp(&markerp->system_id, in receive_marker_pdu() 1114 if ((ether_cmp(&cport->sp_partner_system, in lacp_misconfig_check() 1195 ASSERT(ether_cmp(&cport->sp_partner_system, in lacp_sel_ports_add() 1289 if (ether_cmp(&pl->PartnerOperSystem, ðerzeroaddr) == 0 || in lacp_selection_logic() 1293 if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem, in lacp_selection_logic() 1319 if (ether_cmp(&pl->PartnerOperSystem, in lacp_selection_logic() 1324 if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem, in lacp_selection_logic() 1349 if (ether_cmp(&pl->PartnerOperSystem, in lacp_selection_logic() 1375 if (ether_cmp(&aggrp->aggr.PartnerSystem, ðerzeroaddr) == 0 && in lacp_selection_logic() 1390 if (ether_cmp(&tpp->lp_lacp.PartnerOperSystem, in lacp_selection_logic() [all …]
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | vnet.h | 48 (ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0) 53 (ether_cmp(vresp->local_macaddr, vnetp->curr_macaddr) == 0)
|
H A D | vnet_gen.h | 106 (ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0)
|
/titanic_50/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 131 #define ether_cmp(a,b) ( ((short *)b)[2] != ((short *)a)[2] || \ macro
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | getether.c | 74 if (ether_cmp(e1->key.ether, e2->key.ether) != 0) { in ether_compar()
|
/titanic_50/usr/src/lib/nsswitch/files/common/ |
H A D | ether_addr.c | 139 return (ether_cmp((void *)ether, (void *)argp->key.ether) == 0); in check_ether()
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 251 (ether_cmp(&(ehp)->ether_dhost, ðerbroadcastaddr) == 0) 1375 if (ether_cmp(&stp->ss_mctab[i], addrp) == 0) { 1427 if (ether_cmp(addrp, &stp->ss_mctab[i]) == 0) { 1517 (ether_cmp(addrp, ðerbroadcastaddr) == 0)) { 1687 if ((ether_cmp(&ehp->ether_dhost, ðerbroadcastaddr) == 0) || 2052 if ((ether_cmp(addrp, &sip->si_ouraddr) == 0) || 2053 (ether_cmp(addrp, ðerbroadcastaddr) == 0) || 2235 if (!ether_cmp(addrp, &mctab[i]))
|
/titanic_50/usr/src/uts/sun4u/starcat/sys/ |
H A D | dman.h | 50 (ether_cmp(eap, ðerbroadcast) == 0)
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 481 if (ether_cmp(&ehp->ether_dhost, &vswp->if_addr) == 0) { in vsw_switch_l2_frame() 1907 if (ether_cmp(&ehp->ether_dhost, &behp->ether_dhost) == 0) { in vsw_get_same_dest_list()
|
H A D | vsw_phys.c | 770 if (ether_cmp((void *)primary_addr, (void*)macaddr) == 0) { in vsw_set_if_hw_addr()
|
H A D | vnet_gen.c | 1072 if (ether_cmp(addrp, &(vgenp->mctab[i])) == 0) { in vgen_multicst() 5152 if (ether_cmp(addrp, in vgen_handle_mcast_info()
|
H A D | vsw_ldc.c | 2544 if (ether_cmp(&ea, &port->p_macaddr) != 0) { in vsw_process_attr_info()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 1726 (ether_cmp(eap, &mdp->md_dst_eaddr) == 0)) in man_start() 3176 if (ether_cmp(addrp1, addrp2) == 0) in man_match_proto() 3592 (ether_cmp(addrp, ðerbroadcast) == 0)) { in man_spareq() 6378 } else if (ether_cmp(&mip->mip_eaddr, &mpg->mpg_dst_eaddr) != 0) { in man_pg_assign() 6718 if (ether_cmp(&mip->mip_eaddr, &zero_ether_addr) == 0) { in man_pg_create()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 5269 if (ether_cmp(&dlap->dl_phys, &fcip_arpbroadcast_addr) == 0) { in fcip_udreq() 5303 if (ether_cmp(&dlap->dl_phys, &fcip_arpbroadcast_addr) == 0) { in fcip_udreq() 5647 (ether_cmp(addrp, &fcip_arpbroadcast_addr) == 0)) { in fcip_spareq() 5800 if (ether_cmp(&dlap->dl_phys, &fcip_arpbroadcast_addr) == 0) { in fcip_dl_ioc_hdr_info()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 5977 (ether_cmp(addrp, ðerbroadcastaddr) == 0) || in nxge_set_mac_addr() 5978 (ether_cmp(addrp, &nxgep->ouraddr) == 0)) { in nxge_set_mac_addr() 8460 (ether_cmp(&mac_addr, ðerbroadcastaddr) == 0) || in nxge_is_valid_local_mac() 8461 (ether_cmp(&mac_addr, ðerzeroaddr) == 0)) in nxge_is_valid_local_mac()
|
H A D | nxge_hio.c | 1225 if (ether_cmp(&addrp, &nxge->ouraddr) == 0) { in nxge_hio_rem_mac()
|
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 1561 err = ether_cmp(mac_addr, rrp->mac_addr_val) ? EEXIST : EBUSY; 1646 if (rinfop == NULL || ether_cmp(mac_addr, rrp->mac_addr_val) != 0)
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1767 if (!ether_cmp(&ea->arp_tha, &myether)) { in revarpinput()
|