Lines Matching defs:shost
257 mac_copy(&mh->ether_shost, pktinfo->shost, macinfo->gldm_addrlen);
259 pktinfo->isLooped = mac_eq(pktinfo->shost,
683 mac_copy(mac_pvt->curr_macaddr, pktinfo->shost, IPOIB_ADDRL);
718 mact = (ipoib_mac_t *)pktinfo->shost;
776 * have shost information, which is used in
878 mac_copy(mac_pvt->curr_macaddr, pktinfo->shost, IPOIB_ADDRL);
1079 cmac_copy(mh->fddi_shost, pktinfo->shost,
1083 pktinfo->isLooped = mac_eq(pktinfo->shost,
1452 mac_copy(mh->tr_shost, pktinfo->shost, macinfo->gldm_addrlen);
1453 pktinfo->shost[0] &= ~0x80; /* turn off RIF indicator */
1456 pktinfo->isLooped = mac_eq(pktinfo->shost,
1855 gld_send_rqr(macinfo, pktinfo->shost, rh, pdu, pdulen);
1876 gld_rif_ind(macinfo, rh, pktinfo->shost, snaphdr->s_lsap,
1898 gld_send_rqr(gld_mac_info_t *macinfo, uchar_t *shost, struct gld_ri *rh,
1962 mac_copy(shost, nmh->tr_dhost, macinfo->gldm_addrlen);
2340 gld_rif_ind(gld_mac_info_t *macinfo, struct gld_ri *rh, uchar_t *shost,
2353 if ((sr = gld_sr_create_entry(macinfo, shost)) == NULL) {