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.
Fork of OmniWheels by
lwip_snmp_mib2_ip.c File Reference
Management Information Base II (RFC1213) IP objects and functions. More...
Go to the source code of this file.
Functions | |
| static snmp_err_t | ip_set_test (struct snmp_node_instance *instance, u16_t len, void *value) |
| Test ip object value before setting. | |
| static snmp_err_t | ip_AddrTable_get_cell_value_core (struct netif *netif, const u32_t *column, union snmp_variant_value *value, u32_t *value_len) |
Detailed Description
Management Information Base II (RFC1213) IP objects and functions.
Definition in file lwip_snmp_mib2_ip.c.
Function Documentation
| static snmp_err_t ip_AddrTable_get_cell_value_core | ( | struct netif * | netif, |
| const u32_t * | column, | ||
| union snmp_variant_value * | value, | ||
| u32_t * | value_len | ||
| ) | [static] |
Definition at line 210 of file lwip_snmp_mib2_ip.c.
| static snmp_err_t ip_set_test | ( | struct snmp_node_instance * | instance, |
| u16_t | len, | ||
| void * | value | ||
| ) | [static] |
Test ip object value before setting.
- Parameters:
-
instance node instance len return value space (in bytes) value points to (varbind) space to copy value from.
- Note:
- we allow set if the value matches the hardwired value, otherwise return badvalue.
Definition at line 157 of file lwip_snmp_mib2_ip.c.
Generated on Fri Jul 22 2022 04:54:07 by
1.7.2
