Home
last modified time | relevance | path

Searched refs:ether_shost (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dethernet.h60 struct ether_addr ether_shost; member
68 struct ether_addr ether_shost; member
/titanic_41/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h36 struct ether_addr ether_shost; member
/titanic_41/usr/src/stand/lib/inet/
H A Dethernet.c104 (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 Dmac_ether.c420 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 Dmac_wifi.c385 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 Devents.c531 (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 Dllc1.c1365 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 Dgldutil.c257 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 Dfcoe_fc.c359 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 Dsnoop_ether.c283 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 Didn_dlpi.c913 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 Didn_proto.c4906 ehp->ether_shost.ether_addr_octet[IDNETHER_CHANNEL]; in idn_send_data()
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c471 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 Dmac_util.c920 uchar_t *mac_src = ehp->ether_shost.ether_addr_octet; in mac_pkt_hash()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1216 bcopy(&portp->p_macaddr, &ehp->ether_shost, ETHERADDRL); in vsw_publish_macaddr()
/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c671 bcopy(port->lp_addr, (uint8_t *)&(ether->ether_shost), ETHERADDRL); in fill_lacp_ether()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c2358 ether_copy(&manp->man_eaddr, &headerp->ether_shost); in man_dl_ioc_hdr_info()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c7887 mhip->mhi_saddr = (uchar_t *)&pether->ether_shost; in ip_mdata_to_mhi()