Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1308 int i, numtbls = 1; in pft_refresh() local
1326 numtbls, strerror(errno)); in pft_refresh()
1329 io.pfrio_size = numtbls; in pft_refresh()
1338 if (numtbls >= io.pfrio_size) in pft_refresh()
1341 numtbls = io.pfrio_size; in pft_refresh()
1344 for (i = 0; i < numtbls; i++) { in pft_refresh()
1354 pft_table_count = numtbls; in pft_refresh()
1442 int i, numtbls = 1, cidx, naddrs; in pfa_refresh() local
1464 io.pfrio_size = numtbls; in pfa_refresh()
1473 if (numtbls >= io.pfrio_size) in pfa_refresh()
[all …]