Lines Matching refs:hal
94 static struct wtap_hal *hal; variable
117 if(new_wtap(hal, *(int *)data)) in wtap_ioctl()
121 if(free_wtap(hal, *(int *)data)) in wtap_ioctl()
145 hal = (struct wtap_hal *)malloc(sizeof(struct wtap_hal), in event_handler()
147 bzero(hal, sizeof(struct wtap_hal)); in event_handler()
149 init_hal(hal); in event_handler()
155 plugin->base.wp_hal = hal; in event_handler()
159 register_plugin(hal, (struct wtap_plugin *)plugin); in event_handler()
165 deregister_plugin(hal); in event_handler()
166 deinit_hal(hal); in event_handler()
167 free(hal, M_WTAP); in event_handler()