Introduction
@addtogroup handler
@{
Typedefs
See Also:
- struct netsnmp_handler_registration_s netsnmp_handler_registration
typedef struct netsnmp_handler_registration_s {
char *handlerName;
char *contextName;
oid *rootoid;
size_t rootoid_len;
netsnmp_mib_handler *handler;
int modes;
int priority;
int range_subid;
oid range_ubound;
int timeout;
int global_cacheid;
void *my_reg_void;
} netsnmp_handler_registration;
Discussion
* Typedefs the netsnmp_handler_registration_s struct into netsnmp_handler_registration
See Also:
- struct netsnmp_mib_handler_s netsnmp_mib_handler
typedef struct netsnmp_mib_handler_s {
char *handler_name;
void *myvoid;
int flags;
int (*access_method) (
struct netsnmp_mib_handler_s *,
struct netsnmp_handler_registration_s *,
struct netsnmp_agent_request_info_s *,
struct netsnmp_request_info_s *);
struct netsnmp_mib_handler_s *next;
struct netsnmp_mib_handler_s *prev;
} netsnmp_mib_handler;
Discussion
* Typedefs the netsnmp_mib_handler_s struct into netsnmp_mib_handler
See Also:
- netsnmp_handler_registration
typedef struct netsnmp_handler_registration_s {
char *handlerName;
char *contextName;
oid *rootoid;
size_t rootoid_len;
netsnmp_mib_handler *handler;
int modes;
int priority;
int range_subid;
oid range_ubound;
int timeout;
int global_cacheid;
void *my_reg_void;
} netsnmp_handler_registration;
Discussion
* Typedefs the netsnmp_handler_registration_s struct into netsnmp_handler_registration
See Also:
- netsnmp_mib_handler
typedef struct netsnmp_mib_handler_s {
char *handler_name;
void *myvoid;
int flags;
int (*access_method) (
struct netsnmp_mib_handler_s *,
struct netsnmp_handler_registration_s *,
struct netsnmp_agent_request_info_s *,
struct netsnmp_request_info_s *);
struct netsnmp_mib_handler_s *next;
struct netsnmp_mib_handler_s *prev;
} netsnmp_mib_handler;
Discussion
* Typedefs the netsnmp_mib_handler_s struct into netsnmp_mib_handler
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2006-06-20