Lines Matching refs:mh

146 	struct ether_header *mh;  in gld_interpret_ether()  local
164 mh = (struct ether_header *)mp->b_rptr; in gld_interpret_ether()
165 pktinfo->ethertype = REF_NET_USHORT(mh->ether_type); in gld_interpret_ether()
166 pktinfo->isForMe = mac_eq(&mh->ether_dhost, in gld_interpret_ether()
194 mh = (struct ether_header *)mp->b_rptr; in gld_interpret_ether()
197 if (mac_eq(&mh->ether_dhost, ether_broadcast, macinfo->gldm_addrlen)) in gld_interpret_ether()
199 else if (mh->ether_dhost.ether_addr_octet[0] & 1) in gld_interpret_ether()
202 typelen = REF_NET_USHORT(mh->ether_type); in gld_interpret_ether()
255 mac_copy(&mh->ether_dhost, pktinfo->dhost, macinfo->gldm_addrlen); in gld_interpret_ether()
256 mac_copy(&mh->ether_shost, pktinfo->shost, macinfo->gldm_addrlen); in gld_interpret_ether()
341 struct ether_header *mh; in gld_unitdata_ether() local
410 mh = (struct ether_header *)nmp->b_rptr; in gld_unitdata_ether()
411 mac_copy(dhost, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_unitdata_ether()
418 &mh->ether_shost, macinfo->gldm_addrlen); in gld_unitdata_ether()
482 struct ether_header *mh; in gld_fastpath_ether() local
542 mh = (struct ether_header *)nmp->b_rptr; in gld_fastpath_ether()
543 mac_copy(gldp->glda_addr, &mh->ether_dhost, macinfo->gldm_addrlen); in gld_fastpath_ether()
547 &mh->ether_shost, macinfo->gldm_addrlen); in gld_fastpath_ether()
941 struct fddi_mac_frm *mh; in gld_interpret_fddi() local
975 mh = (struct fddi_mac_frm *)mp->b_rptr; in gld_interpret_fddi()
980 if (mac_eq(mh->fddi_dhost, ether_broadcast, macinfo->gldm_addrlen)) in gld_interpret_fddi()
982 else if (mh->fddi_dhost[0] & 0x80) in gld_interpret_fddi()
994 cmac_copy(mh->fddi_dhost, pktinfo->dhost, in gld_interpret_fddi()
996 cmac_copy(mh->fddi_shost, pktinfo->shost, in gld_interpret_fddi()
1033 if ((mh->fddi_fc & 0x70) == 0x50) { in gld_interpret_fddi()
1064 struct fddi_mac_frm *mh; in gld_unitdata_fddi() local
1121 mh = (struct fddi_mac_frm *)nmp->b_rptr; in gld_unitdata_fddi()
1123 mh->fddi_fc = 0x50; in gld_unitdata_fddi()
1124 cmac_copy(dhost, mh->fddi_dhost, macinfo->gldm_addrlen, macinfo); in gld_unitdata_fddi()
1131 mh->fddi_shost, macinfo->gldm_addrlen, macinfo); in gld_unitdata_fddi()
1143 struct fddi_mac_frm *mh; in gld_fastpath_fddi() local
1182 mh = (struct fddi_mac_frm *)nmp->b_rptr; in gld_fastpath_fddi()
1183 mh->fddi_fc = 0x50; in gld_fastpath_fddi()
1184 cmac_copy(gldp->glda_addr, mh->fddi_dhost, in gld_fastpath_fddi()
1189 mh->fddi_shost, macinfo->gldm_addrlen, macinfo); in gld_fastpath_fddi()
1315 struct tr_mac_frm *mh; in gld_interpret_tr() local
1350 mh = (struct tr_mac_frm *)mp->b_rptr; in gld_interpret_tr()
1353 if (mac_eq(mh->tr_dhost, ether_broadcast, macinfo->gldm_addrlen) || in gld_interpret_tr()
1354 mac_eq(mh->tr_dhost, tokenbroadcastaddr2, macinfo->gldm_addrlen)) in gld_interpret_tr()
1356 else if (mh->tr_dhost[0] & 0x80) in gld_interpret_tr()
1368 mac_copy(mh->tr_dhost, pktinfo->dhost, macinfo->gldm_addrlen); in gld_interpret_tr()
1369 mac_copy(mh->tr_shost, pktinfo->shost, macinfo->gldm_addrlen); in gld_interpret_tr()
1410 mh = (struct tr_mac_frm *)mp->b_rptr; /* to look at RIF */ in gld_interpret_tr()
1413 if (mh->tr_shost[0] & 0x80) { in gld_interpret_tr()
1417 rh = (struct gld_ri *)&mh->tr_ri; in gld_interpret_tr()
1434 if ((mh->tr_fc & 0xc0) == 0x40) { in gld_interpret_tr()
1470 struct tr_mac_frm_nori *mh; in gld_unitdata_tr() local
1574 mh = (struct tr_mac_frm_nori *)nmp->b_rptr; in gld_unitdata_tr()
1575 mh->tr_ac = 0x10; in gld_unitdata_tr()
1576 mh->tr_fc = 0x40; in gld_unitdata_tr()
1577 mac_copy(dhost, mh->tr_dhost, macinfo->gldm_addrlen); in gld_unitdata_tr()
1584 mh->tr_shost, macinfo->gldm_addrlen); in gld_unitdata_tr()
1587 mh->tr_shost[0] |= 0x80; in gld_unitdata_tr()
1589 mh->tr_shost[0] &= ~0x80; in gld_unitdata_tr()
1610 struct tr_mac_frm_nori *mh; in gld_fastpath_tr() local
1668 mh = (struct tr_mac_frm_nori *)nmp->b_rptr; in gld_fastpath_tr()
1669 mh->tr_ac = 0x10; in gld_fastpath_tr()
1670 mh->tr_fc = 0x40; in gld_fastpath_tr()
1671 mac_copy(gldp->glda_addr, mh->tr_dhost, macinfo->gldm_addrlen); in gld_fastpath_tr()
1675 mh->tr_shost, macinfo->gldm_addrlen); in gld_fastpath_tr()
1679 mh->tr_shost[0] |= 0x80; in gld_fastpath_tr()
1681 mh->tr_shost[0] &= ~0x80; in gld_fastpath_tr()