Dependents: SNMPAgent HTTPServer think_speak_a cyassl-client ... more
snmp_msg.h File Reference
SNMP Agent message handling structures. More...
Go to the source code of this file.
Data Structures | |
struct | snmp_resp_header_lengths |
output response message header length fields More... | |
struct | snmp_trap_header_lengths |
output response message header length fields More... | |
Functions | |
void | snmp_init (void) |
Agent setup, start listening to port 161. | |
struct snmp_varbind * | snmp_varbind_alloc (struct snmp_obj_id *oid, u8_t type, u8_t len) |
Varbind-list functions. | |
void | snmp_msg_event (u8_t request_id) |
Handle an internal (recv) or external (private response) event. | |
Variables | |
const s32_t | snmp_version |
Agent Version constant, 0 = v1 oddity. | |
const char | snmp_publiccommunity [7] |
Agent default "public" community string. |
Detailed Description
SNMP Agent message handling structures.
Definition in file LPC1768/lwip/include/lwip/snmp_msg.h.
Function Documentation
void snmp_init | ( | void | ) |
Agent setup, start listening to port 161.
void snmp_msg_event | ( | u8_t | request_id ) |
Handle an internal (recv) or external (private response) event.
struct snmp_varbind* snmp_varbind_alloc | ( | struct snmp_obj_id * | oid, |
u8_t | type, | ||
u8_t | len | ||
) | [read] |
Varbind-list functions.
Variable Documentation
const char snmp_publiccommunity[7] |
Agent default "public" community string.
const s32_t snmp_version |
Agent Version constant, 0 = v1 oddity.
Generated on Tue Jul 12 2022 21:45:26 by 1.7.2