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