Home
last modified time | relevance | path

Searched refs:usmusertable_get_value (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/apps/snmp/
H A Dsnmp_snmpv2_usm.c279 static s16_t usmusertable_get_value(struct snmp_node_instance *cell_instance, void *value) in usmusertable_get_value() function
325 LWIP_DEBUGF(SNMP_MIB_DEBUG, ("usmusertable_get_value(): unknown id: %"S32_F"\n", SNMP_TABLE_GET_COLUMN_FROM_OID(cell_instance->instance_oid.id))); in usmusertable_get_value()
378 static const struct snmp_table_node usmusertable = SNMP_TABLE_CREATE(2, usmusertable_columns, usmusertable_get_instance, usmusertable_get_next_instance, usmusertable_get_value, NULL, NULL);

Completed in 2 milliseconds