|
Squid Web Cache master
|
#include <snmp_impl.h>
Public Attributes | |
| oid * | varName |
| int | varNameLen |
| u_char | varType |
| int | varLen |
| u_char * | varVal |
| struct trapVar * | next |
Definition at line 52 of file snmp_impl.h.
| struct trapVar* trapVar::next |
Definition at line 58 of file snmp_impl.h.
| int trapVar::varLen |
Definition at line 56 of file snmp_impl.h.
| oid* trapVar::varName |
Definition at line 53 of file snmp_impl.h.
| int trapVar::varNameLen |
Definition at line 54 of file snmp_impl.h.
| u_char trapVar::varType |
Definition at line 55 of file snmp_impl.h.
| u_char* trapVar::varVal |
Definition at line 57 of file snmp_impl.h.