Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.h128 u8_t msg_user_name[SNMP_V3_MAX_USER_LENGTH]; member
A Dsnmp_msg.c747 IF_PARSE_EXEC(snmp_asn1_dec_raw(&pbuf_stream, tlv.value_len, request->msg_user_name, in snmp_parse_inbound_frame()
751 IF_PARSE_EXEC(snmpv3_get_user((char*)request->msg_user_name, NULL, NULL, NULL, NULL)); in snmp_parse_inbound_frame()
784 IF_PARSE_EXEC(snmpv3_get_user((char*)request->msg_user_name, &algo, key, NULL, NULL)); in snmp_parse_inbound_frame()
817 IF_PARSE_EXEC(snmpv3_get_user((char*)request->msg_user_name, NULL, NULL, &algo, key)); in snmp_parse_inbound_frame()
1089 … OF_BUILD_EXEC(snmp_asn1_enc_raw(pbuf_stream, request->msg_user_name, request->msg_user_name_len)); in snmp_prepare_outbound_frame()
1514 OF_BUILD_EXEC(snmpv3_get_user((char*)request->msg_user_name, NULL, NULL, &algo, key)); in snmp_complete_outbound_frame()
1526 OF_BUILD_EXEC(snmpv3_get_user((char*)request->msg_user_name, &algo, key, NULL, NULL)); in snmp_complete_outbound_frame()

Completed in 6 milliseconds