Searched refs:wtap_medium (Results 1 – 5 of 5) sorted by relevance
48 struct wtap_medium { struct65 extern void init_medium(struct wtap_medium *); argument66 extern void deinit_medium(struct wtap_medium *);67 extern void medium_open(struct wtap_medium *);68 extern void medium_close(struct wtap_medium *);69 extern int medium_transmit(struct wtap_medium *, int id, struct mbuf*);70 extern struct packet *medium_get_next_packet(struct wtap_medium *);
35 init_medium(struct wtap_medium *md) in init_medium()54 deinit_medium(struct wtap_medium *md) in deinit_medium()63 medium_transmit(struct wtap_medium *md, int id, struct mbuf*m) in medium_transmit()88 medium_get_next_packet(struct wtap_medium *md) in medium_get_next_packet()105 medium_open(struct wtap_medium *md) in medium_open()114 medium_close(struct wtap_medium *md) in medium_close()
114 struct wtap_medium *av_md; /* back pointer */134 struct wtap_medium *sc_md; /* interface medium */
68 hal->hal_md = (struct wtap_medium *)malloc(sizeof(struct wtap_medium), in init_hal()
42 struct wtap_medium *hal_md;