/titanic_50/usr/src/uts/common/sys/ |
H A D | ethernet.h | 136 #define ether_copy(a, b) { ((short *)b)[0] = ((short *)a)[0]; \ macro 139 #define ether_copy(a, b) (bcopy((caddr_t)a, (caddr_t)b, 6)) macro
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 912 ether_copy(&dlap->dl_phys, &headerp->ether_dhost); 913 ether_copy(&sip->si_ouraddr, &headerp->ether_shost); 1130 ether_copy(&sip->si_ouraddr, &idnaddr.dl_phys); 1227 ether_copy(&stp->ss_sip->si_ouraddr, &dlap->dl_phys); 1232 ether_copy(ðerbroadcastaddr, ep); 1471 ether_copy(&sip->si_ouraddr, &addr); 1535 ether_copy(addrp, &sip->si_ouraddr); 1595 ether_copy(&dlap->dl_phys, &headerp->ether_dhost); 1596 ether_copy(&sip->si_ouraddr, &headerp->ether_shost); 1604 ether_copy(&dlap->dl_phys, &headerp->ether_dhost); [all …]
|
/titanic_50/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 139 #define ether_copy(a,b) { ((short *)b)[0]=((short *)a)[0]; \ macro
|
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_data.c | 469 ether_copy((void *)hdr->ether_dhost.ether_addr_octet, in eib_data_parse_ether_hdr() 471 ether_copy((void *)hdr->ether_shost.ether_addr_octet, in eib_data_parse_ether_hdr() 477 ether_copy((void *)vl_hdr->ether_dhost.ether_addr_octet, in eib_data_parse_ether_hdr() 479 ether_copy((void *)vl_hdr->ether_shost.ether_addr_octet, in eib_data_parse_ether_hdr()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 970 ether_copy(&man_eaddr, &manp->man_eaddr); in man_attach() 1075 ether_copy(&manc.manc_dom_eaddr, eap); in man_get_our_etheraddr() 2357 ether_copy(&dlap->dl_phys, &headerp->ether_dhost); in man_dl_ioc_hdr_info() 2358 ether_copy(&manp->man_eaddr, &headerp->ether_shost); in man_dl_ioc_hdr_info() 2775 ether_copy(&msp->ms_manp->man_eaddr, &mdp->md_src_eaddr); in man_start_dest() 2776 ether_copy(&mpg->mpg_dst_eaddr, &mdp->md_dst_eaddr); in man_start_dest() 3243 ether_copy(&msp->ms_manp->man_eaddr, &man_addr.dl_phys); in man_breq() 3314 ether_copy(&msp->ms_manp->man_eaddr, &dlap->dl_phys); in man_ireq() 3320 ether_copy(ðerbroadcast, ep); in man_ireq() 3613 ether_copy(addrp, msp->ms_manp->man_eaddr.ether_addr_octet); in man_spareq() [all …]
|
H A D | dman_domain.c | 189 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_path_discovery()
|
/titanic_50/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 928 ether_copy(tcl->tcl_address.pta_pppoe.ptma_mac, in sppptun_outpkt() 991 ether_copy(ptc->ptc_address.pta_pppoe.ptma_mac, in sppptun_outpkt() 994 ether_copy(tcl->tcl_address.pta_pppoe.ptma_mac, in sppptun_outpkt()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 1279 ether_copy(mca, &mcst_p->mca); in vsw_m_multicst() 2536 ether_copy(&ea, &portp->p_macaddr); in vsw_port_read_props()
|
H A D | vnet.c | 1575 ether_copy(local_macaddr, vresp->local_macaddr); in vio_net_resource_reg() 1576 ether_copy(rem_macaddr, vresp->rem_macaddr); in vio_net_resource_reg()
|
H A D | vsw_switching.c | 1565 ether_copy(&mcst_pkt->mca[i], &mcst_p->mca); in vsw_add_rem_mcst()
|
H A D | vsw_ldc.c | 4463 ether_copy(&(vswp->if_addr), &(lp->addr)); in vsw_set_lane_attr()
|
H A D | vnet_gen.c | 2216 ether_copy(&ea, &portp->macaddr); in vgen_port_read_props()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1674 ether_copy(&myether, &ea->arp_sha); in revarp_start() 1675 ether_copy(&myether, &ea->arp_tha); in revarp_start()
|
/titanic_50/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 1318 ether_copy(mca, pitem->mul_addr); in nge_m_multicst()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 771 ether_copy(prop_val, nxgep->hio_mac_addr); in nxge_attach()
|