Rtos API example

Embed: (wiki syntax)

« Back to documentation index

lwip_snmpv3.c File Reference

lwip_snmpv3.c File Reference

Additional SNMPv3 functionality RFC3414 and RFC3826. More...

Go to the source code of this file.

Functions

void snmpv3_engine_id_changed (void)
 Call this if engine has been changed.
u32_t snmpv3_get_engine_boots_internal (void)
 According to RFC3414 2.2.2.
u32_t snmpv3_get_engine_time_internal (void)
 RFC3414 2.2.2.

Detailed Description

Additional SNMPv3 functionality RFC3414 and RFC3826.

Definition in file lwip_snmpv3.c.


Function Documentation

void snmpv3_engine_id_changed ( void   )

Call this if engine has been changed.

Has to reset boots, see below

Definition at line 50 of file lwip_snmpv3.c.

u32_t snmpv3_get_engine_boots_internal ( void   )

According to RFC3414 2.2.2.

The number of times that the SNMP engine has (re-)initialized itself since snmpEngineID was last configured.

Definition at line 62 of file lwip_snmpv3.c.

u32_t snmpv3_get_engine_time_internal ( void   )

RFC3414 2.2.2.

Once the timer reaches 2147483647 it gets reset to zero and the engine boot ups get incremented.

Definition at line 79 of file lwip_snmpv3.c.