Home
last modified time | relevance | path

Searched refs:register_plugin (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/wtap/wtap_hal/
H A Dhal.h56 void register_plugin(struct wtap_hal *, struct wtap_plugin *);
H A Dhal.c80 register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin) in register_plugin() function
/src/sys/dev/wtap/
H A Dif_wtap_module.c122 register_plugin(hal, (struct wtap_plugin *)plugin); in event_handler()