Searched refs:wtap_vap (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap.c144 wtap_medium_enqueue(struct wtap_vap *avp, struct mbuf *m)
199 struct wtap_vap *avp = WTAP_VAP(vap);
229 struct wtap_vap *avp = arg;
265 struct wtap_vap *avp = WTAP_VAP(vap);
309 struct wtap_vap *avp = (struct wtap_vap *)vap;
323 struct wtap_vap *avp;
329 avp = malloc(sizeof(struct wtap_vap), M_80211_VAP, M_WAITOK | M_ZERO);
367 struct wtap_vap *avp = WTAP_VAP(vap);
423 struct wtap_vap *av
[all...]
H A Dif_wtapvar.h110 struct wtap_vap { struct
125 #define WTAP_VAP(vap) ((struct wtap_vap *)(vap))

Completed in 75 milliseconds