Lines Matching refs:ifstat
124 struct ifstat { struct
135 struct ifstat tot; argument
181 static void if_stat_total(struct ifstat *oldstats,
182 struct ifstat *newstats, struct ifstat *sumstats);
187 struct ifstat *statptr, boolean_t ksp_not_null);
190 struct ifstat *statptr, boolean_t ksp_not_null);
2592 if_stat_total(struct ifstat *oldstats, struct ifstat *newstats, in if_stat_total()
2593 struct ifstat *sumstats) in if_stat_total()
2604 static struct ifstat zerostat = {
2635 static struct ifstat old = {0L, 0L, 0L, 0L, 0L}; in if_report()
2636 static struct ifstat new = {0L, 0L, 0L, 0L, 0L}; in if_report()
2637 struct ifstat sum; in if_report()
2646 struct ifstat stat = {0L, 0L, 0L, 0L, 0L}; in if_report()
2727 struct ifstat t; in if_report()
2947 static struct ifstat old6 = {0L, 0L, 0L, 0L, 0L}; in if_report()
2948 static struct ifstat new6 = {0L, 0L, 0L, 0L, 0L}; in if_report()
2949 struct ifstat sum6; in if_report()
2958 struct ifstat stat = {0L, 0L, 0L, 0L, 0L}; in if_report()
3040 struct ifstat t; in if_report()
3267 char ifname[], char logintname[], struct ifstat *statptr, in if_report_ip4()
3315 char ifname[], char logintname[], struct ifstat *statptr, in if_report_ip6()