net-snmp 5.7
|
Data Fields | |
const oid * | domain |
int | domain_length |
unsigned char * | local |
int | local_length |
unsigned char * | remote |
int | remote_length |
int | sock |
unsigned int | flags |
void * | data |
int | data_length |
size_t | msgMaxSize |
struct netsnmp_transport_s * | base_transport |
int(* | f_recv )(struct netsnmp_transport_s *, void *, int, void **, int *) |
int(* | f_send )(struct netsnmp_transport_s *, void *, int, void **, int *) |
int(* | f_close )(struct netsnmp_transport_s *) |
struct netsnmp_transport_s *(* | f_open )(struct netsnmp_transport_s *) |
int(* | f_accept )(struct netsnmp_transport_s *) |
char *(* | f_fmtaddr )(struct netsnmp_transport_s *, void *, int) |
int(* | f_config )(struct netsnmp_transport_s *, const char *, const char *) |
int(* | f_copy )(struct netsnmp_transport_s *, struct netsnmp_transport_s *) |
int(* | f_setup_session )(struct netsnmp_transport_s *, struct snmp_session *) |
u_char * | identifier |
Definition at line 109 of file snmp_transport.h.