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

/freebsd-13-stable/usr.bin/netstat/
H A Dmroute.c237 u_long pmfchashtbl, pmfctablesize, pviftbl; local
264 pmfchashtbl = pmfctablesize = pviftbl = 0;
275 pmfctablesize = nl[N_MFCTABLESIZE].n_value;
278 if (pmfchashtbl == 0 || pmfctablesize == 0 || pviftbl == 0) {
370 error = kread(pmfctablesize, (char *)&mfctablesize,

Completed in 161 milliseconds