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

/freebsd-12-stable/usr.bin/netstat/
H A Dmroute.c237 u_long pmfchashtbl, pmfctablesize, pviftbl; local
264 pmfchashtbl = pmfctablesize = pviftbl = 0;
276 pviftbl = nl[N_VIFTABLE].n_value;
278 if (pmfchashtbl == 0 || pmfctablesize == 0 || pviftbl == 0) {
283 kread(pviftbl, (char *)viftable, sizeof(viftable));

Completed in 95 milliseconds