Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athstats/
H A Dathstats.h38 struct athstatfoo { struct
41 BSDSTAT_DECL_METHODS(struct athstatfoo *); argument
44 void (*setifname)(struct athstatfoo *, const char *ifname); argument
46 void (*setstamac)(struct athstatfoo *, const uint8_t mac[]); argument
48 void (*zerostats)(struct athstatfoo *); argument
51 struct athstatfoo *athstats_new(const char *ifname, const char *fmtstring);
H A Dmain.c92 struct athstatfoo *wf; in main()
H A Dathstats.c455 struct athstatfoo base;
465 ath_setifname(struct athstatfoo *wf0, const char *ifname) in ath_setifname()
478 ath_zerostats(struct athstatfoo *wf0) in ath_zerostats()
1090 BSDSTAT_DEFINE_BOUNCE(athstatfoo) in BSDSTAT_DEFINE_BOUNCE() argument
1092 struct athstatfoo * in BSDSTAT_DEFINE_BOUNCE()
1111 BSDSTAT_BOUNCE(wf, athstatfoo); in BSDSTAT_DEFINE_BOUNCE()