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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c117 struct pfl_entry { struct
123 TAILQ_ENTRY(pfl_entry) link;
125 TAILQ_HEAD(pfl_table, pfl_entry);
144 static struct pfl_entry * pfl_table_find(u_int idx);
1033 struct pfl_entry *e = NULL;
1130 static struct pfl_entry *
1133 struct pfl_entry *e;
1511 struct pfl_entry *e;
1532 e = (struct pfl_entry *)malloc(sizeof(*e));
1605 struct pfl_entry *
[all...]

Completed in 106 milliseconds