Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.h127 s32_t msg_authoritative_engine_time; member
A Dsnmp_msg.c738 …RSE_EXEC(snmp_asn1_dec_s32t(&pbuf_stream, tlv.value_len, &request->msg_authoritative_engine_time)); in snmp_parse_inbound_frame()
820 request->msg_authoritative_engine_time, algo, SNMP_V3_PRIV_MODE_DECRYPT)); in snmp_parse_inbound_frame()
1071 request->msg_authoritative_engine_time = snmpv3_get_engine_time(); in snmp_prepare_outbound_frame()
1082 snmp_asn1_enc_s32t_cnt(request->msg_authoritative_engine_time, &tlv.value_len); in snmp_prepare_outbound_frame()
1084 …BUILD_EXEC(snmp_asn1_enc_s32t(pbuf_stream, tlv.value_len, request->msg_authoritative_engine_time)); in snmp_prepare_outbound_frame()
1518 request->msg_authoritative_engine_time, algo, SNMP_V3_PRIV_MODE_ENCRYPT)); in snmp_complete_outbound_frame()

Completed in 6 milliseconds