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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c94 TAILQ_HEAD(pfa_table, pfa_entry);
96 static struct pfa_table pfa_table; variable in typeref:struct:pfa_table
820 if ((e = NEXT_OBJECT_INT(&pfa_table,
1124 TAILQ_FOREACH(e, &pfa_table, link)
1422 TAILQ_INSERT_TAIL(&pfa_table, e, link);
1441 while (!TAILQ_EMPTY(&pfa_table)) {
1442 e = TAILQ_FIRST(&pfa_table);
1443 TAILQ_REMOVE(&pfa_table, e, link);
1496 while (!TAILQ_EMPTY(&pfa_table)) {
[all...]

Completed in 99 milliseconds