Home
last modified time | relevance | path

Searched refs:reference_len (Results 1 – 7 of 7) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_table.c180 &instance->reference_len); in snmp_table_simple_get_instance()
277 &instance->reference_len); in snmp_table_simple_get_next_instance()
339 MEMCPY(value, instance->reference.const_ptr, instance->reference_len); in snmp_table_extract_value_from_refconstptr()
340 return (u16_t)instance->reference_len; in snmp_table_extract_value_from_refconstptr()
A Dsnmp_core.c856 node_instance->reference_len = 0; in snmp_get_next_node_instance_from_oid()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_table.c180 &instance->reference_len); in snmp_table_simple_get_instance()
277 &instance->reference_len); in snmp_table_simple_get_next_instance()
338 MEMCPY(value, instance->reference.const_ptr, instance->reference_len); in snmp_table_extract_value_from_refconstptr()
339 return (u16_t)instance->reference_len; in snmp_table_extract_value_from_refconstptr()
A Dsnmp_snmpv2_usm.c153 cell_instance->reference_len = name_len; in usmusertable_get_instance()
271 cell_instance->reference_len = strlen(username); in usmusertable_get_next_instance()
285 MEMCPY(value, cell_instance->reference.ptr, cell_instance->reference_len); in usmusertable_get_value()
286 return (s16_t)cell_instance->reference_len; in usmusertable_get_value()
A Dsnmp_core.c861 node_instance->reference_len = 0; in snmp_get_next_node_instance_from_oid()
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp_core.h216 u32_t reference_len; member
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dsnmp_core.h221 u32_t reference_len; member

Completed in 12 milliseconds