Searched refs:hal_md (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/dev/wtap/wtap_hal/
H A Dhal.c47 p = medium_get_next_packet(hal->hal_md);
68 hal->hal_md = (struct wtap_medium *)malloc(sizeof(struct wtap_medium),
70 bzero(hal->hal_md, sizeof(struct wtap_medium));
72 init_medium(hal->hal_md);
74 TASK_INIT(&hal->hal_md->tx_handler->proc, 0, hal_tx_proc, hal);
98 deinit_medium(hal->hal_md);
99 free(hal->hal_md, M_WTAP);
183 hal->hal_devs[id]->sc_md = hal->hal_md;
H A Dhal.h40 struct wtap_medium *hal_md; member in struct:wtap_hal
/freebsd-10.1-release/sys/dev/wtap/plugins/
H A Dvisibility.c219 medium_close(hal->hal_md);
221 medium_open(hal->hal_md);

Completed in 52 milliseconds