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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c76 struct pft_entry { struct
79 TAILQ_ENTRY(pft_entry) link;
81 TAILQ_HEAD(pft_table, pft_entry);
142 static struct pft_entry * pft_table_find(u_int idx);
698 struct pft_entry *e = NULL;
1108 static struct pft_entry *
1111 struct pft_entry *e;
1301 struct pft_entry *e;
1339 e = malloc(sizeof(struct pft_entry));
1706 struct pft_entry *t
[all...]

Completed in 221 milliseconds