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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c81 TAILQ_HEAD(pft_table, pft_entry);
83 static struct pft_table pft_table; variable in typeref:struct:pft_table
707 if ((e = NEXT_OBJECT_INT(&pft_table,
1113 TAILQ_FOREACH(e, &pft_table, link)
1307 while (!TAILQ_EMPTY(&pft_table)) {
1308 e = TAILQ_FIRST(&pft_table);
1309 TAILQ_REMOVE(&pft_table, e, link);
1344 TAILQ_INSERT_TAIL(&pft_table, e, link);
1354 while (!TAILQ_EMPTY(&pft_table)) {
[all...]

Completed in 96 milliseconds