Symbol: wtap_hal
sys/dev/wtap/if_wtap_module.c
109
hal = (struct wtap_hal *)malloc(sizeof(struct wtap_hal),
sys/dev/wtap/if_wtap_module.c
59
static struct wtap_hal *hal;
sys/dev/wtap/if_wtapvar.h
107
struct wtap_hal *hal;
sys/dev/wtap/plugins/visibility.c
168
struct wtap_hal *hal = vis_plugin->base.wp_hal;
sys/dev/wtap/plugins/visibility.c
86
struct wtap_hal *hal = (struct wtap_hal *)vis_plugin->base.wp_hal;
sys/dev/wtap/plugins/wtap_plugin.h
40
struct wtap_hal *wp_hal;
sys/dev/wtap/wtap_hal/hal.c
106
new_wtap(struct wtap_hal *hal, int32_t id)
sys/dev/wtap/wtap_hal/hal.c
201
free_wtap(struct wtap_hal *hal, int32_t id)
sys/dev/wtap/wtap_hal/hal.c
221
struct wtap_hal *hal = arg;
sys/dev/wtap/wtap_hal/hal.c
230
wtap_hal_reset_tsf(struct wtap_hal *hal)
sys/dev/wtap/wtap_hal/hal.c
243
wtap_hal_get_tsf(struct wtap_hal *hal)
sys/dev/wtap/wtap_hal/hal.c
38
struct wtap_hal *hal = (struct wtap_hal *)arg;
sys/dev/wtap/wtap_hal/hal.c
45
hal = (struct wtap_hal *)arg;
sys/dev/wtap/wtap_hal/hal.c
62
init_hal(struct wtap_hal *hal)
sys/dev/wtap/wtap_hal/hal.c
80
register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin)
sys/dev/wtap/wtap_hal/hal.c
88
deregister_plugin(struct wtap_hal *hal)
sys/dev/wtap/wtap_hal/hal.c
96
deinit_hal(struct wtap_hal *hal)
sys/dev/wtap/wtap_hal/hal.h
54
void init_hal(struct wtap_hal *);
sys/dev/wtap/wtap_hal/hal.h
55
void deinit_hal(struct wtap_hal *);
sys/dev/wtap/wtap_hal/hal.h
56
void register_plugin(struct wtap_hal *, struct wtap_plugin *);
sys/dev/wtap/wtap_hal/hal.h
57
void deregister_plugin(struct wtap_hal *);
sys/dev/wtap/wtap_hal/hal.h
58
int32_t new_wtap(struct wtap_hal *, int32_t id);
sys/dev/wtap/wtap_hal/hal.h
59
int32_t free_wtap(struct wtap_hal *, int32_t id);
sys/dev/wtap/wtap_hal/hal.h
61
void wtap_hal_reset_tsf(struct wtap_hal *);
sys/dev/wtap/wtap_hal/hal.h
62
uint64_t wtap_hal_get_tsf(struct wtap_hal *);