Home
last modified time | relevance | path

Searched refs:wtap_buf (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/wtap/
HDif_wtapvar.h104 struct wtap_buf { struct
105 STAILQ_ENTRY(wtap_buf) bf_list;
108 typedef STAILQ_HEAD(, wtap_buf) wtap_bufhead; argument
HDif_wtap.c570 struct wtap_buf *bf = (struct wtap_buf *)malloc(sizeof(struct wtap_buf), in wtap_inject()
628 struct wtap_buf *bf; in wtap_rx_proc()