Searched refs:MAXMIFS (Results 1 – 3 of 3) sorted by relevance
102 struct mif6_sctl mif6table[MAXMIFS]; in mroute6pr()128 for (mifi = 0, mifp = mif6table; mifi < MAXMIFS; ++mifi, ++mifp) { in mroute6pr()
77 #define MAXMIFS 64 macro
193 static struct mif6 mif6table[MAXMIFS];200 out = malloc(sizeof(struct mif6_sctl) * MAXMIFS, M_TEMP, in sysctl_mif6table()202 for (int i = 0; i < MAXMIFS; i++) { in sysctl_mif6table()215 error = SYSCTL_OUT(req, out, sizeof(struct mif6_sctl) * MAXMIFS); in sysctl_mif6table()679 if (mifcp->mif6c_mifi >= MAXMIFS) { in add_m6if()