Home
last modified time | relevance | path

Searched refs:mhi_origsap (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c317 mhp->mhi_origsap = ntohs(llc->illc_ether_type); in mac_wifi_header_info()
318 mhp->mhi_bindsap = mhp->mhi_origsap; in mac_wifi_header_info()
333 mhp->mhi_pktsize = mhp->mhi_hdrsize + mhp->mhi_origsap; in mac_wifi_header_info()
427 eh.ether_type = htons(mhi.mhi_origsap); in mac_wifi_header_uncook()
H A Dmac_ipv4.c200 hdr_info->mhi_origsap = hdr_info->mhi_bindsap = iphp->ip_p; in mac_ipv4_header_info()
H A Dmac_ipv6.c215 hdr_info->mhi_bindsap = hdr_info->mhi_origsap = nexthdr; in mac_ipv6_header_info()
H A Dmac_ib.c223 hdr_info->mhi_origsap = hdr_info->mhi_bindsap = sap; in mac_ib_header_info()
H A Dmac_ether.c475 hdr_info->mhi_origsap = ether_type; in mac_ether_header_info()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h478 uint32_t mhi_origsap; member
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1833 hdr_info->mhi_origsap = ether_type; in update_header()
2325 if (msglen > hdr_info.mhi_origsap) { in bridge_recv_cb()
2327 hdr_info.mhi_origsap - in bridge_recv_cb()
2330 hdr_info.mhi_origsap) { in bridge_recv_cb()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c506 sll->sll_hatype = (uint16_t)hdr.mhi_origsap; in pfp_packet()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1533 *(uint16_t *)(saddr + addr_length) = mhi.mhi_origsap; in str_unitdata_ind()