Lines Matching defs:ifstat
124 struct ifstat {
135 struct ifstat tot;
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,
2593 struct ifstat *sumstats)
2604 static struct ifstat zerostat = {
2635 static struct ifstat old = {0L, 0L, 0L, 0L, 0L};
2636 static struct ifstat new = {0L, 0L, 0L, 0L, 0L};
2637 struct ifstat sum;
2646 struct ifstat stat = {0L, 0L, 0L, 0L, 0L};
2727 struct ifstat t;
2947 static struct ifstat old6 = {0L, 0L, 0L, 0L, 0L};
2948 static struct ifstat new6 = {0L, 0L, 0L, 0L, 0L};
2949 struct ifstat sum6;
2958 struct ifstat stat = {0L, 0L, 0L, 0L, 0L};
3040 struct ifstat t;
3267 char ifname[], char logintname[], struct ifstat *statptr,
3315 char ifname[], char logintname[], struct ifstat *statptr,