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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c82 struct pft_entry { struct
85 TAILQ_ENTRY(pft_entry) link;
87 TAILQ_HEAD(pft_table, pft_entry);
148 static struct pft_entry * pft_table_find(u_int idx);
704 struct pft_entry *e = NULL;
1115 static struct pft_entry *
1118 struct pft_entry *e;
1308 struct pft_entry *e;
1346 e = malloc(sizeof(struct pft_entry));
1716 struct pft_entry *t
[all...]

Completed in 52 milliseconds