|
Squid Web Cache master
|
#include "asn1.h"Go to the source code of this file.
Classes | |
| struct | trapVar |
Macros | |
| #define | SID_MAX_LEN 64 |
| #define | SNMP_RESERVE1 0 |
| #define | SNMP_RESERVE2 1 |
| #define | SNMP_COMMIT 2 |
| #define | SNMP_FREE 3 |
| #define | RONLY 0xAAAA /* read access for everyone */ |
| #define | RWRITE 0xAABA /* add write access for community private */ |
| #define | NOACCESS 0x0000 /* no access for anybody */ |
| #define NOACCESS 0x0000 /* no access for anybody */ |
Definition at line 50 of file snmp_impl.h.
| #define RONLY 0xAAAA /* read access for everyone */ |
Definition at line 48 of file snmp_impl.h.
| #define RWRITE 0xAABA /* add write access for community private */ |
Definition at line 49 of file snmp_impl.h.
| #define SID_MAX_LEN 64 |
Definition at line 41 of file snmp_impl.h.
| #define SNMP_COMMIT 2 |
Definition at line 45 of file snmp_impl.h.
| #define SNMP_FREE 3 |
Definition at line 46 of file snmp_impl.h.
| #define SNMP_RESERVE1 0 |
Definition at line 43 of file snmp_impl.h.
| #define SNMP_RESERVE2 1 |
Definition at line 44 of file snmp_impl.h.