Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/lib/
H A Dsnmp.h152 struct snmp_pdu { struct
153 char community[SNMP_COMMUNITY_MAXLEN + 1];
154 enum snmp_version version;
155 u_int type;
158 int32_t identifier;
159 uint8_t flags;
160 int32_t security_model;
161 struct snmp_engine engine;
164 struct snmp_user user;
165 uint8_t msg_digest[SNMP_USM_AUTH_SIZE];
[all …]