![]() |
Contiki-NG
|
SNMP Implementation of the process. More...
#include "contiki.h"#include "sys/log.h"#include "snmp-conf.h"#include <stdlib.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | snmp_header_s |
| The SNMP header struct. More... | |
| struct | snmp_header_s::snmp_msg_community |
| Struct to wrap the community. More... | |
| struct | snmp_oid_s |
| The OID struct. More... | |
| struct | snmp_varbind_s |
| The varbind struct. More... | |
| struct | snmp_packet_t |
| The packet struct. More... | |
Macros | |
| #define | SNMP_VERSION_1 0 |
| SNMP Version 1 code. | |
| #define | SNMP_VERSION_2C 1 |
| SNMP Version 2c code. | |
| #define | SNMP_STATUS_NO_SUCH_NAME 2 |
| SNMP No Such Name error code. | |
Typedefs | |
| typedef struct snmp_header_s | snmp_header_t |
| The SNMP header struct. | |
| typedef struct snmp_oid_s | snmp_oid_t |
| The OID struct. | |
| typedef struct snmp_varbind_s | snmp_varbind_t |
| The varbind struct. | |
Functions | |
| void | snmp_init () |
| Initializes the SNMP engine. | |
SNMP Implementation of the process.
Definition in file snmp.h.