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

/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dippool.c416 iphtstat_t htstat; local
489 op.iplo_struct = &htstat;
490 op.iplo_size = sizeof(htstat);
497 printf("%lu\thash tables\n", htstat.iphs_numtables);
498 printf("%lu\thash table nodes\n", htstat.iphs_numnodes);
500 htstat.iphs_nomem);
852 iphtstat_t htstat; local
855 op.iplo_size = sizeof(htstat);
856 op.iplo_struct = &htstat;
868 showhashs_live(fd, role, &htstat, poolnam
[all...]

Completed in 74 milliseconds