Searched refs:MAXMIFS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/netstat/
H A Dmroute6.c106 struct mif6_sctl mif6table[MAXMIFS];
132 for (mifi = 0, mifp = mif6table; mifi < MAXMIFS; ++mifi, ++mifp) {
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.h76 #define MAXMIFS 64 macro
H A Dip6_mroute.c198 static struct mif6 mif6table[MAXMIFS];
205 out = malloc(sizeof(struct mif6_sctl) * MAXMIFS, M_TEMP,
207 for (int i = 0; i < MAXMIFS; i++) {
220 error = SYSCTL_OUT(req, out, sizeof(struct mif6_sctl) * MAXMIFS);
225 NULL, 0, sysctl_mif6table, "S,mif6_sctl[MAXMIFS]",
226 "IPv6 Multicast Interfaces (struct mif6_sctl[MAXMIFS], "
685 if (mifcp->mif6c_mifi >= MAXMIFS) {

Completed in 127 milliseconds