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

/freebsd-12-stable/contrib/one-true-awk/
H A Dparse.c46 a->ntype = NSTAT;
101 x->ntype = NSTAT;
110 x->ntype = NSTAT;
119 x->ntype = NSTAT;
128 x->ntype = NSTAT;
213 x->ntype = NSTAT;
H A Dawk.h181 #define NSTAT 2 macro
/freebsd-12-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c680 #define NSTAT(x) \ macro
785 case S_AMSDU_RX_MORE: NSTAT(rx_amsdu_more);
786 case S_AMSDU_RX_MORE_END: NSTAT(rx_amsdu_more_end);
825 case S_INPUT: NSTAT(rx_data);
826 case S_OUTPUT: NSTAT(tx_data);
827 case S_RX_UCAST: NSTAT(rx_ucast);
828 case S_RX_MCAST: NSTAT(rx_mcast);
829 case S_TX_UCAST: NSTAT(tx_ucast);
830 case S_TX_MCAST: NSTAT(tx_mcast);
837 #undef NSTAT macro
847 #define NSTAT macro
1002 #undef NSTAT macro
[all...]

Completed in 64 milliseconds