iftot
if (lastif - iftot > 0) {
struct iftot iftot[MAXIF], ip_cur, ip_old, sum_cur, sum_old;
iftot_banner(struct iftot *ift)
iftot_print(struct iftot *cur, struct iftot *old)
iftot_print_sum(struct iftot *cur, struct iftot *old)
struct iftot *ip, *total;
struct iftot *lastif, *sum, *interesting;
lastif = iftot;
sum = iftot + MAXIF - 1;
interesting = (interface == NULL) ? iftot : NULL;
for (off = firstifnet, ip = iftot; off;) {
if (ip >= iftot + MAXIF - 2)
if (lastif - iftot > 0) {
for (ip = iftot; ip < iftot + MAXIF; ip++) {
if (lastif - iftot > 0) {
static void iftot_banner(struct iftot *);
for (off = firstifnet, ip = iftot; off && ip < lastif; ip++) {
static void iftot_print_sum(struct iftot *, struct iftot *);
static void iftot_print(struct iftot *, struct iftot *);