Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c60 mtrp->mtr_mactype = DL_6TO4; in _init()
H A Dmac_ipv4.c66 mtrp->mtr_mactype = DL_IPV4; in _init()
H A Dmac_ipv6.c68 mtrp->mtr_mactype = DL_IPV6; in _init()
H A Dmac_ib.c69 mtrp->mtr_mactype = DL_IB; in _init()
H A Dmac_ether.c341 mtrp->mtr_mactype = DL_ETHER; in _init()
H A Dmac_wifi.c91 mtrp->mtr_mactype = DL_ETHER; in _init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h630 uint_t mtr_mactype; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3270 mtp->mt_type = mtrp->mtr_mactype; in mactype_register()