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

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c102 struct pfq_entry { struct
105 TAILQ_ENTRY(pfq_entry) link;
107 TAILQ_HEAD(pfq_table, pfq_entry);
141 static struct pfq_entry * pfq_table_find(u_int idx);
942 struct pfq_entry *e = NULL;
1097 static struct pfq_entry *
1100 struct pfq_entry *e;
1215 struct pfq_entry *e;
1239 e = malloc(sizeof(struct pfq_entry));
1705 struct pfq_entry *q
[all...]

Completed in 47 milliseconds