Searched refs:MAXMIFS (Results 1 – 4 of 4) sorted by relevance
108 struct mif6_sctl mif6table[MAXMIFS]; in mroute6pr()134 for (mifi = 0, mifp = mif6table; mifi < MAXMIFS; ++mifi, ++mifp) { in mroute6pr()
78 #define MAXMIFS 64 macro
200 static struct mif6 mif6table[MAXMIFS];207 out = malloc(sizeof(struct mif6_sctl) * MAXMIFS, M_TEMP, in sysctl_mif6table()209 for (int i = 0; i < MAXMIFS; i++) { in sysctl_mif6table()222 error = SYSCTL_OUT(req, out, sizeof(struct mif6_sctl) * MAXMIFS); in sysctl_mif6table()688 if (mifcp->mif6c_mifi >= MAXMIFS) { in add_m6if()