mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

lwip_snmp_mib2_ip.c File Reference

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:
instancenode instance
lenreturn value space (in bytes)
valuepoints 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.