Home
last modified time | relevance | path

Searched refs:snmp_zero_dot_zero (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_snmpv2_usm.c288 MEMCPY(value, snmp_zero_dot_zero.id, snmp_zero_dot_zero.len * sizeof(u32_t)); in usmusertable_get_value()
289 return snmp_zero_dot_zero.len * sizeof(u32_t); in usmusertable_get_value()
H A Dsnmp_mib2_interfaces.c263 value_len = snmp_zero_dot_zero.len * sizeof(u32_t); in interfaces_Table_get_value()
264 MEMCPY(value, snmp_zero_dot_zero.id, value_len); in interfaces_Table_get_value()
H A Dsnmp_mib2_ip.c385 value->const_ptr = snmp_zero_dot_zero.id; in ip_RouteTable_get_cell_value_core()
386 *value_len = snmp_zero_dot_zero.len * sizeof(u32_t); in ip_RouteTable_get_cell_value_core()
H A Dsnmp_core.c205 const struct snmp_obj_id_const_ref snmp_zero_dot_zero = { LWIP_ARRAYSIZE(snmp_zero_dot_zero_values)… variable
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsnmp_core.h140 extern const struct snmp_obj_id_const_ref snmp_zero_dot_zero; /* administrative identifier from SNM…