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

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c91 struct pfa_entry { struct
94 TAILQ_ENTRY(pfa_entry) link;
96 TAILQ_HEAD(pfa_table, pfa_entry);
145 static struct pfa_entry * pfa_table_find(u_int idx);
813 struct pfa_entry *e = NULL;
1121 static struct pfa_entry *
1124 struct pfa_entry *e;
1371 struct pfa_entry *e;
1415 e = (struct pfa_entry *)malloc(sizeof(struct pfa_entry));
[all...]

Completed in 106 milliseconds