Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1323 int i, numtbls = 1; in pft_refresh() local
1343 pft_table_count = numtbls; in pft_refresh()
1428 int i, numtbls = 1, cidx, naddrs; in pfa_refresh() local
1443 pt = reallocf(pt, numtbls * sizeof(struct pfr_table)); in pfa_refresh()
1450 io.pfrio_size = numtbls; in pfa_refresh()
1459 if (numtbls >= io.pfrio_size) in pfa_refresh()
1462 numtbls = io.pfrio_size; in pfa_refresh()
1467 for (it = pt, i = 0; i < numtbls; it++, i++) { in pfa_refresh()