Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_snmpv2_usm.c292 snmpv3_auth_algo_t auth_algo_val; in usmusertable_get_value() local
293 snmpv3_get_user((const char *)cell_instance->reference.ptr, &auth_algo_val, NULL, NULL, NULL); in usmusertable_get_value()
294 auth_algo = snmp_auth_algo_to_oid(auth_algo_val); in usmusertable_get_value()