Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c56 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_ipv4.c62 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_ipv6.c64 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_ib.c65 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_wifi.c79 mactype_register_t *mtrp = mactype_alloc(MACTYPE_VERSION); in _init()
H A Dmac_ether.c337 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h55 #define MACTYPE_VERSION 0x1 macro
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3231 if (mactype_version != MACTYPE_VERSION) in mactype_alloc()