Home
last modified time | relevance | path

Searched refs:ether_copy (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dethernet.h136 #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 Didn_dlpi.c912 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(&etherbroadcastaddr, 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 Dif_ether.h139 #define ether_copy(a,b) { ((short *)b)[0]=((short *)a)[0]; \ macro
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c469 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 Ddman.c970 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(&etherbroadcast, ep); in man_ireq()
3613 ether_copy(addrp, msp->ms_manp->man_eaddr.ether_addr_octet); in man_spareq()
[all …]
H A Ddman_domain.c189 ether_copy(&manc.manc_sc_eaddr, &mpath.mip_eaddr); in man_path_discovery()
/titanic_50/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c928 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 Dvsw.c1279 ether_copy(mca, &mcst_p->mca); in vsw_m_multicst()
2536 ether_copy(&ea, &portp->p_macaddr); in vsw_port_read_props()
H A Dvnet.c1575 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 Dvsw_switching.c1565 ether_copy(&mcst_pkt->mca[i], &mcst_p->mca); in vsw_add_rem_mcst()
H A Dvsw_ldc.c4463 ether_copy(&(vswp->if_addr), &(lp->addr)); in vsw_set_lane_attr()
H A Dvnet_gen.c2216 ether_copy(&ea, &portp->macaddr); in vgen_port_read_props()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1674 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 Dnge_main.c1318 ether_copy(mca, pitem->mul_addr); in nge_m_multicst()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_main.c771 ether_copy(prop_val, nxgep->hio_mac_addr); in nxge_attach()