Searched defs:snmp_module (Results 1 – 1 of 1) sorted by relevance
314 struct snmp_module { struct316 const char *comment;319 int (*init)(struct lmodule *, int argc, char *argv[]);322 int (*fini)(void);325 void (*idle)(void);328 void (*dump)(void);331 void (*config)(void);334 void (*start)(void);337 enum snmpd_proxy_err (*proxy)(struct snmp_pdu *, void *,342 const struct snmp_node *tree;[all …]