MAX_INTERFACES
static struct netif_dif difs[MAX_INTERFACES];
static struct netif_stats stats[MAX_INTERFACES];
if (nifs > MAX_INTERFACES)
nifs = MAX_INTERFACES;