Lines Matching refs:mhi
1660 mac_header_info_t mhi;
1663 err = mac_vlan_header_info((mac_handle_t)mip, mp, &mhi);
1670 err = get_l3_info(mp, mhi.mhi_hdrsize, &start, &end, &nmp);
1677 switch (mhi.mhi_bindsap) {
2269 mac_header_info_t mhi;
2276 err = mac_vlan_header_info((mac_handle_t)mip, mp, &mhi);
2286 if (mhi.mhi_saddr != NULL &&
2287 bcmp(mcip->mci_unicast->ma_addr, mhi.mhi_saddr,
2296 uint32_t vid = VLAN_ID(mhi.mhi_tci);
2297 uint32_t sap = mhi.mhi_bindsap;
2319 if ((err = ipnospoof_check(mcip, protect, mp, &mhi)) != 0) {
2327 if ((err = dhcpnospoof_check(mcip, protect, mp, &mhi)) != 0) {