Home
last modified time | relevance | path

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

/illumos-gate/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.c70 mtrp->mtr_nativetype = DL_IB; in _init()
H A Dmac_wifi.c92 mtrp->mtr_nativetype = DL_WIFI; in _init()
H A Dmac_ether.c342 mtrp->mtr_nativetype = DL_ETHER; in _init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h631 uint_t mtr_nativetype; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3271 mtp->mt_nativetype = mtrp->mtr_nativetype; in mactype_register()