Searched defs:snmp_client (Results 1 – 2 of 2) sorted by relevance
72 struct snmp_client { struct73 enum snmp_version version;74 int trans; /* which transport to use */77 char *cport; /* port number as string */78 char *chost; /* host name or IP address as string */80 char read_community[SNMP_COMMUNITY_MAXLEN + 1];81 char write_community[SNMP_COMMUNITY_MAXLEN + 1];84 int32_t identifier;85 int32_t security_model;86 struct snmp_engine engine;[all …]
74 struct snmp_client snmp_client; variable [all...]