enum_type
struct enum_type *t;
struct enum_type *t;
struct enum_type *t;
struct enum_type *t;
struct enum_type *
struct enum_type *enum_tc;
if ((enum_tc = calloc(1, sizeof(struct enum_type))) == NULL) {
snmp_enumtc_free(struct enum_type *tc)
snmp_enumtc_insert(struct snmp_toolinfo *snmptoolctx, struct enum_type *entry)
struct enum_type *
struct enum_type *temp;
struct enum_type *snmp_enumtc_init(char *);
void snmp_enumtc_free(struct enum_type *);
void snmp_enumtc_insert(struct snmp_toolinfo *, struct enum_type *);
struct enum_type *snmp_enumtc_lookup(struct snmp_toolinfo *, char *);
SLIST_ENTRY(enum_type) link;
SLIST_HEAD(snmp_enum_tc, enum_type);