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

/freebsd-11-stable/tools/tools/mwl/mwlstats/
H A Dmwlstats.h40 struct mwlstatfoo { struct
43 BSDSTAT_DECL_METHODS(struct mwlstatfoo *);
46 void (*setifname)(struct mwlstatfoo *, const char *ifname);
48 void (*setstamac)(struct mwlstatfoo *, const uint8_t mac[]);
51 struct mwlstatfoo *mwlstats_new(const char *ifname, const char *fmtstring);
H A Dmain.c66 struct mwlstatfoo *wf;
H A Dmwlstats.c246 struct mwlstatfoo base;
254 mwl_setifname(struct mwlstatfoo *wf0, const char *ifname)
544 BSDSTAT_DEFINE_BOUNCE(mwlstatfoo)
546 struct mwlstatfoo *
564 BSDSTAT_BOUNCE(wf, mwlstatfoo);

Completed in 103 milliseconds