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

/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool.c434 iphtstat_t htstat; local
513 op.iplo_struct = &htstat;
514 op.iplo_size = sizeof(htstat);
521 printf("%lu\thash tables\n", htstat.iphs_numtables);
522 printf("%lu\thash table nodes\n", htstat.iphs_numnodes);
524 htstat.iphs_nomem);
892 iphtstat_t htstat; local
895 op.iplo_size = sizeof(htstat);
896 op.iplo_struct = &htstat;
908 showhashs_live(fd, role, &htstat, poolnam
[all...]

Completed in 116 milliseconds