Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Management Information Base II (RFC1213) SYSTEM objects and functions. More...
Go to the source code of this file.
Functions | |
void | snmp_mib2_set_sysdescr (const u8_t *str, const u16_t *len) |
Initializes sysDescr pointers. | |
void | snmp_mib2_set_syscontact (u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) |
Initializes sysContact pointers. | |
void | snmp_mib2_set_syscontact_readonly (const u8_t *ocstr, const u16_t *ocstrlen) |
see snmp_mib2_set_syscontact but set pointer to readonly memory | |
void | snmp_mib2_set_sysname (u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) |
Initializes sysName pointers. | |
void | snmp_mib2_set_sysname_readonly (const u8_t *ocstr, const u16_t *ocstrlen) |
see snmp_mib2_set_sysname but set pointer to readonly memory | |
void | snmp_mib2_set_syslocation (u8_t *ocstr, u16_t *ocstrlen, u16_t bufsize) |
Initializes sysLocation pointers. | |
void | snmp_mib2_set_syslocation_readonly (const u8_t *ocstr, const u16_t *ocstrlen) |
see snmp_mib2_set_syslocation but set pointer to readonly memory | |
Variables | |
static const u8_t | sysdescr_default [] = SNMP_LWIP_MIB2_SYSDESC |
mib-2.system.sysDescr | |
static const u8_t | syscontact_default [] = SNMP_LWIP_MIB2_SYSCONTACT |
mib-2.system.sysContact | |
static const u8_t | sysname_default [] = SNMP_LWIP_MIB2_SYSNAME |
mib-2.system.sysName | |
static const u8_t | syslocation_default [] = SNMP_LWIP_MIB2_SYSLOCATION |
mib-2.system.sysLocation |
Detailed Description
Management Information Base II (RFC1213) SYSTEM objects and functions.
Definition in file lwip_snmp_mib2_system.c.
Variable Documentation
const u8_t syscontact_default[] = SNMP_LWIP_MIB2_SYSCONTACT [static] |
mib-2.system.sysContact
Definition at line 65 of file lwip_snmp_mib2_system.c.
const u8_t sysdescr_default[] = SNMP_LWIP_MIB2_SYSDESC [static] |
mib-2.system.sysDescr
Definition at line 60 of file lwip_snmp_mib2_system.c.
const u8_t syslocation_default[] = SNMP_LWIP_MIB2_SYSLOCATION [static] |
mib-2.system.sysLocation
Definition at line 81 of file lwip_snmp_mib2_system.c.
const u8_t sysname_default[] = SNMP_LWIP_MIB2_SYSNAME [static] |
mib-2.system.sysName
Definition at line 73 of file lwip_snmp_mib2_system.c.
Generated on Tue Jul 12 2022 14:25:34 by
