Home
last modified time | relevance | path

Searched defs:snmp_client (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/bsnmp/lib/
H A Dsnmpclient.h72 struct snmp_client { struct
73 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 …]
H A Dsnmpclient.c74 struct snmp_client snmp_client; variable
[all...]