Searched refs:wtap_hal (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/wtap/wtap_hal/
H A Dhal.h29 * $FreeBSD: releng/10.2/sys/dev/wtap/wtap_hal/hal.h 229970 2012-01-11 17:41:14Z adrian $
39 struct wtap_hal { struct
46 void init_hal(struct wtap_hal *);
47 void deinit_hal(struct wtap_hal *);
48 void register_plugin(struct wtap_hal *, struct wtap_plugin *);
49 void deregister_plugin(struct wtap_hal *);
50 int32_t new_wtap(struct wtap_hal *, int32_t id);
51 int32_t free_wtap(struct wtap_hal *, int32_t id);
H A Dhal.c29 * $FreeBSD: releng/10.2/sys/dev/wtap/wtap_hal/hal.c 229970 2012-01-11 17:41:14Z adrian $
38 struct wtap_hal *hal = (struct wtap_hal *)arg;
45 hal = (struct wtap_hal *)arg;
62 init_hal(struct wtap_hal *hal)
66 mtx_init(&hal->hal_mtx, "wtap_hal mtx", NULL, MTX_DEF | MTX_RECURSE);
78 register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin)
86 deregister_plugin(struct wtap_hal *hal)
94 deinit_hal(struct wtap_hal *hal)
104 new_wtap(struct wtap_hal *ha
[all...]
/freebsd-10.2-release/sys/dev/wtap/plugins/
H A Dwtap_plugin.h36 #include "../wtap_hal/hal.h"
41 struct wtap_hal *wp_hal;
H A Dvisibility.c126 struct wtap_hal *hal = (struct wtap_hal *)vis_plugin->base.wp_hal;
209 struct wtap_hal *hal = vis_plugin->base.wp_hal;
/freebsd-10.2-release/sys/modules/wtap/
H A DMakefile11 .PATH: ${.CURDIR}/../../dev/wtap/wtap_hal
/freebsd-10.2-release/sys/dev/wtap/
H A Dif_wtap_module.c84 #include "wtap_hal/hal.h"
95 static struct wtap_hal *hal;
146 hal = (struct wtap_hal *)malloc(sizeof(struct wtap_hal),
148 bzero(hal, sizeof(struct wtap_hal));

Completed in 106 milliseconds