snmp_community_mib_module.c
SNMP COMMUNITY MIB module implementation.
SnmpCommunityMibBase snmpCommunityMibBase
SNMP COMMUNITY MIB base.
Definition: snmp_community_mib_module.c:58
void snmpCommunityMibUnload(void *context)
Unload SNMP COMMUNITY MIB module.
Definition: snmp_community_mib_impl.c:94
OID (Object Identifier)
const MibObject snmpCommunityMibObjects[]
SNMP COMMUNITY MIB objects.
Definition: snmp_community_mib_module.c:65
error_t snmpCommunityMibLoad(void *context)
Load SNMP COMMUNITY MIB module.
Definition: snmp_community_mib_impl.c:79
error_t snmpCommunityMibSetCommunityEntry(const MibObject *object, const uint8_t *oid, size_t oidLen, const MibVariant *value, size_t valueLen, bool_t commit)
Set snmpCommunityEntry object value.
Definition: snmp_community_mib_impl.c:135
error_t snmpCommunityMibGetCommunityEntry(const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen)
Get snmpCommunityEntry object value.
Definition: snmp_community_mib_impl.c:373
SNMP COMMUNITY MIB module.
error_t snmpCommunityMibInit(void)
SNMP COMMUNITY MIB module initialization.
Definition: snmp_community_mib_impl.c:60
General definitions for cryptographic algorithms.
Common definitions for MIB modules.
void snmpCommunityMibUnlock(void)
Unlock SNMP COMMUNITY MIB base.
Definition: snmp_community_mib_impl.c:116
void snmpCommunityMibLock(void)
Lock SNMP COMMUNITY MIB base.
Definition: snmp_community_mib_impl.c:105
TCP/IP stack core.
const MibModule snmpCommunityMibModule
SNMP COMMUNITY MIB module.
Definition: snmp_community_mib_module.c:179
Debugging facilities.
ASN.1 (Abstract Syntax Notation One)
error_t snmpCommunityMibGetNextCommunityEntry(const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen)
Get next snmpCommunityEntry object.
Definition: snmp_community_mib_impl.c:528