Home
last modified time | relevance | path

Searched refs:athstatfoo (Results 1 – 3 of 3) sorted by relevance

/dragonfly/tools/tools/ath/athstats/
H A Dathstats.h40 struct athstatfoo { struct
43 STATFOO_DECL_METHODS(struct athstatfoo *); argument
46 void (*setifname)(struct athstatfoo *, const char *ifname); argument
48 void (*setstamac)(struct athstatfoo *, const uint8_t mac[]); argument
50 void (*zerostats)(struct athstatfoo *); argument
53 struct athstatfoo *athstats_new(const char *ifname, const char *fmtstring);
H A Dathstats.c417 struct athstatfoo base;
428 ath_setifname(struct athstatfoo *wf0, const char *ifname) in ath_setifname()
440 ath_zerostats(struct athstatfoo *wf0) in ath_zerostats()
982 STATFOO_DEFINE_BOUNCE(athstatfoo) in STATFOO_DEFINE_BOUNCE() argument
984 struct athstatfoo * in STATFOO_DEFINE_BOUNCE()
1002 STATFOO_BOUNCE(wf, athstatfoo); in STATFOO_DEFINE_BOUNCE()
H A Dmain.c90 struct athstatfoo *wf; in main()