Home
last modified time | relevance | path

Searched refs:mactype_ops_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c48 static mactype_ops_t mac_6to4_type_ops;
108 static mactype_ops_t mac_6to4_type_ops = {
H A Dmac_ipv4.c54 static mactype_ops_t mac_ipv4_type_ops;
221 static mactype_ops_t mac_ipv4_type_ops = {
H A Dmac_ipv6.c56 static mactype_ops_t mac_ipv6_type_ops;
272 static mactype_ops_t mac_ipv6_type_ops = {
H A Dmac_ib.c57 static mactype_ops_t mac_ib_type_ops;
295 static mactype_ops_t mac_ib_type_ops = {
H A Dmac_wifi.c74 static mactype_ops_t mac_wifi_type_ops;
435 static mactype_ops_t mac_wifi_type_ops = {
H A Dmac_ether.c148 static mactype_ops_t mac_ether_type_ops;
510 static mactype_ops_t mac_ether_type_ops = {
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h583 } mactype_ops_t; typedef
629 mactype_ops_t *mtr_ops;
H A Dmac_impl.h148 mactype_ops_t mt_ops;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3249 mactype_ops_t *ops = mtrp->mtr_ops; in mactype_register()