MAXIF
struct iftot iftot[MAXIF], ip_cur, ip_old, sum_cur, sum_old;
sum = iftot + MAXIF - 1;
if (ip >= iftot + MAXIF - 2)
for (ip = iftot; ip < iftot + MAXIF; ip++) {