Home
last modified time | relevance | path

Searched refs:mtr_nativetype (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c61 mtrp->mtr_nativetype = DL_6TO4; in _init()
H A Dmac_ipv4.c67 mtrp->mtr_nativetype = DL_IPV4; in _init()
H A Dmac_ipv6.c69 mtrp->mtr_nativetype = DL_IPV6; in _init()
H A Dmac_ib.c72 mtrp->mtr_nativetype = DL_IB; in _init()
H A Dmac_ether.c317 mtrp->mtr_nativetype = DL_ETHER; in _init()
H A Dmac_wifi.c92 mtrp->mtr_nativetype = DL_WIFI; in _init()
/titanic_41/usr/src/uts/common/sys/
H A Dmac.h596 uint_t mtr_nativetype; member
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c2923 mtp->mt_nativetype = mtrp->mtr_nativetype; in mactype_register()