/titanic_41/usr/src/uts/common/sys/ |
H A D | ethernet.h | 60 struct ether_addr ether_shost; member 68 struct ether_addr ether_shost; member
|
/titanic_41/usr/src/lib/libbc/inc/include/netinet/ |
H A D | if_ether.h | 36 struct ether_addr ether_shost; member
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | ethernet.c | 104 (caddr_t)&out->arp_eh.ether_shost, sizeof (ether_addr_t)); in ether_comarp() 445 (caddr_t)&eh->ether_shost, in ether_input() 529 bcopy(mac_state.mac_addr_buf, (caddr_t)&eh.ether_shost, in ether_output()
|
/titanic_41/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ether.c | 420 bcopy(saddr, &(ehp->ether_shost), ETHERADDRL); in mac_ether_header() 449 hdr_info->mhi_saddr = (const uint8_t *)&(ehp->ether_shost); in mac_ether_header_info()
|
H A D | mac_wifi.c | 385 llmp = mac_wifi_header(&ehp->ether_shost, &ehp->ether_dhost, in mac_wifi_header_cook() 426 IEEE80211_ADDR_COPY(&eh.ether_shost, mhi.mhi_saddr); in mac_wifi_header_uncook()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | events.c | 531 (void) _link_ntoa(eh->ether_shost.ether_addr_octet, in receive_packet() 546 (void) _link_ntoa(eh->ether_shost.ether_addr_octet, in receive_packet() 555 (void) _link_ntoa(eh->ether_shost.ether_addr_octet, sender, in receive_packet()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | llc1.c | 1365 hdr->ether_shost.ether_addr_octet, in llc1_unitdata() 2202 bcopy(hdr->ether_shost.ether_addr_octet, in llc1_form_udata() 2299 bcopy(hdr->ether_shost.ether_addr_octet, in llc1_xid_reply() 2303 msgether->ether_shost.ether_addr_octet, in llc1_xid_reply() 2408 bcopy(hdr->ether_shost.ether_addr_octet, in llc1_xid_ind_con() 2490 hdr->ether_shost.ether_addr_octet, ETHERADDRL); in llc1_xid_req_res() 2585 bcopy(hdr->ether_shost.ether_addr_octet, in llc1_test_reply() 2589 msgether->ether_shost.ether_addr_octet, in llc1_test_reply() 2657 bcopy(hdr->ether_shost.ether_addr_octet, in llc1_test_ind_con() 2740 hdr->ether_shost.ether_addr_octet, ETHERADDRL); in llc1_test_req_res()
|
H A D | gldutil.c | 257 mac_copy(&mh->ether_shost, pktinfo->shost, macinfo->gldm_addrlen); in gld_interpret_ether() 419 &mh->ether_shost, macinfo->gldm_addrlen); in gld_unitdata_ether() 456 mac_copy(&ehp->ether_shost, &evhp->ether_shost, ETHERADDRL); in gld_insert_vtag_ether() 548 &mh->ether_shost, macinfo->gldm_addrlen); in gld_fastpath_ether()
|
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_fc.c | 359 bcopy(FRM2MAC(frm)->fm_current_addr, &fmi->fmi_efh->ether_shost, in fcoe_fill_frame_headers()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 283 printether(&e->ether_shost), in interpret_ether() 284 print_etherinfo(&e->ether_shost)); in interpret_ether()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 913 ether_copy(&sip->si_ouraddr, &headerp->ether_shost); 1596 ether_copy(&sip->si_ouraddr, &headerp->ether_shost); 1605 ether_copy(&sip->si_ouraddr, &headerp->ether_shost); 1966 shostp = &((struct ether_header *)mp->b_rptr)->ether_shost;
|
H A D | idn_proto.c | 4906 ehp->ether_shost.ether_addr_octet[IDNETHER_CHANNEL]; in idn_send_data()
|
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_data.c | 471 ether_copy((void *)hdr->ether_shost.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_41/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 920 uchar_t *mac_src = ehp->ether_shost.ether_addr_octet; in mac_pkt_hash()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1216 bcopy(&portp->p_macaddr, &ehp->ether_shost, ETHERADDRL); in vsw_publish_macaddr()
|
/titanic_41/usr/src/uts/common/io/aggr/ |
H A D | aggr_lacp.c | 671 bcopy(port->lp_addr, (uint8_t *)&(ether->ether_shost), ETHERADDRL); in fill_lacp_ether()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 2358 ether_copy(&manp->man_eaddr, &headerp->ether_shost); in man_dl_ioc_hdr_info()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 7887 mhip->mhi_saddr = (uchar_t *)&pether->ether_shost; in ip_mdata_to_mhi()
|