|
Contiki-NG
|
SNMP Implementation of the MIBMore...
Go to the source code of this file.
Functions | |
| static int | snmp_mib_cmp_oid (snmp_oid_t *oid1, snmp_oid_t *oid2) |
| Compares to oids. More... | |
| snmp_mib_resource_t * | snmp_mib_find (snmp_oid_t *oid) |
| Finds the MIB Resource for this OID. More... | |
| snmp_mib_resource_t * | snmp_mib_find_next (snmp_oid_t *oid) |
| Finds the next MIB Resource after this OID. More... | |
| void | snmp_mib_add (snmp_mib_resource_t *new_resource) |
| Adds a resource into the linked list. More... | |
| void | snmp_mib_init (void) |
| Initialize the MIB resources list. | |
SNMP Implementation of the MIB
Definition in file snmp-mib.c.
|
inlinestatic |
Compares to oids.
| oid1 | First Oid |
| oid2 | Second Oid |
Definition at line 60 of file snmp-mib.c.
1.8.13