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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c123 struct pfl_entry { struct
129 TAILQ_ENTRY(pfl_entry) link;
131 TAILQ_HEAD(pfl_table, pfl_entry);
150 static struct pfl_entry * pfl_table_find(u_int idx);
1040 struct pfl_entry *e = NULL;
1137 static struct pfl_entry *
1140 struct pfl_entry *e;
1519 struct pfl_entry *e;
1541 e = (struct pfl_entry *)malloc(sizeof(*e));
1614 struct pfl_entry *
[all...]

Completed in 46 milliseconds