lwIP
2.1.0
Lightweight IP stack
|
#include "lwip/apps/snmp_opts.h"
#include "lwip/apps/snmp.h"
#include "lwip/apps/snmp_core.h"
#include "snmp_pbuf_stream.h"
#include "lwip/ip_addr.h"
#include "lwip/err.h"
Data Structures | |
struct | snmp_varbind_len |
Functions | |
err_t | snmp_varbind_length (struct snmp_varbind *varbind, struct snmp_varbind_len *len) |
Variables | |
const char * | snmp_community |
const char * | snmp_community_write |
void * | snmp_traps_handle |
SNMP Agent message handling structures (internal API, do not use in client code).
err_t snmp_varbind_length | ( | struct snmp_varbind * | varbind, |
struct snmp_varbind_len * | len | ||
) |
Calculate the length of a varbind list
const char* snmp_community |
Agent community string
SNMP community string
const char* snmp_community_write |
Agent community string for write access
SNMP community string for write access
void* snmp_traps_handle |
handle for sending traps