Searched defs:mac_callbacks_s (Results 1 – 1 of 1) sorted by relevance
216 typedef struct mac_callbacks_s { struct217 uint_t mc_callbacks; /* Denotes which callbacks are set */218 mac_getstat_t mc_getstat; /* Get the value of a statistic */219 mac_start_t mc_start; /* Start the device */220 mac_stop_t mc_stop; /* Stop the device */221 mac_setpromisc_t mc_setpromisc; /* Enable or disable promiscuous mode */222 mac_multicst_t mc_multicst; /* Enable or disable a multicast addr */223 mac_unicst_t mc_unicst; /* Set the unicast MAC address */224 mac_tx_t mc_tx; /* Transmit a packet */225 void *mc_reserved; /* Reserved, do not use */[all …]