Lines Matching refs:hal
96 static struct wtap_hal *hal; variable
119 if(new_wtap(hal, *(int *)data)) in wtap_ioctl()
123 if(free_wtap(hal, *(int *)data)) in wtap_ioctl()
147 hal = (struct wtap_hal *)malloc(sizeof(struct wtap_hal), in event_handler()
149 bzero(hal, sizeof(struct wtap_hal)); in event_handler()
151 init_hal(hal); in event_handler()
157 plugin->base.wp_hal = hal; in event_handler()
161 register_plugin(hal, (struct wtap_plugin *)plugin); in event_handler()
167 deregister_plugin(hal); in event_handler()
168 deinit_hal(hal); in event_handler()
169 free(hal, M_WTAP); in event_handler()