Searched refs:mactype_alloc (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c56 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL)
H A Dmac_ipv4.c62 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL)
H A Dmac_ib.c67 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL)
H A Dmac_ipv6.c64 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL)
H A Dmac_wifi.c79 mactype_register_t *mtrp = mactype_alloc(MACTYPE_VERSION);
H A Dmac_ether.c287 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL)
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h507 extern mactype_register_t *mactype_alloc(uint_t);
H A Dmac.h50 * MAC-Type version identifier. This is used by mactype_alloc() and
586 uint_t mtr_version; /* set by mactype_alloc() */
637 extern mactype_register_t *mactype_alloc(uint_t);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c2874 mactype_alloc(uint_t mactype_version) function

Completed in 66 milliseconds