Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dmroute.c241 u_long pmfchashtbl, pmfctablesize, pviftbl; in mroutepr() local
268 pmfchashtbl = pmfctablesize = pviftbl = 0; in mroutepr()
280 pviftbl = nl[N_VIFTABLE].n_value; in mroutepr()
282 if (pmfchashtbl == 0 || pmfctablesize == 0 || pviftbl == 0) { in mroutepr()
287 kread(pviftbl, (char *)viftable, sizeof(viftable)); in mroutepr()