|
Contiki-NG
|
An implementation of the Simple Network Management Protocol (RFC 3411-3418)More...
Go to the source code of this file.
Functions | |
| int | snmp_oid_cmp_oid (uint32_t *oid1, uint32_t *oid2) |
| Compares to oids. More... | |
| unsigned char * | snmp_oid_encode_oid (unsigned char *out, uint32_t *out_len, uint32_t *oid) |
| Encodes a Oid. More... | |
| uint8_t * | snmp_oid_decode_oid (uint8_t *buf, uint32_t *buff_len, uint32_t *oid, uint32_t *oid_len) |
| Decodes a Oid. More... | |
| void | snmp_oid_copy (uint32_t *dst, uint32_t *src) |
| Copies a Oid. More... | |
| void | snmp_oid_print (uint32_t *oid) |
| Prints a oid. More... | |
An implementation of the Simple Network Management Protocol (RFC 3411-3418)
Definition in file snmp-oid.c.
1.8.13