Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.h74 #define SNMP_VERSION_3 3 macro
A Dsnmp_msg.c278 if ((request->version == SNMP_VERSION_2c) || request->version == SNMP_VERSION_3) { in snmp_process_varbind()
636 && (s32_value != SNMP_VERSION_3) in snmp_parse_inbound_frame()
647 if (request->version == SNMP_VERSION_3) { in snmp_parse_inbound_frame()
1014 if (request->version < SNMP_VERSION_3) { in snmp_prepare_outbound_frame()
1394 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()
1409 if (request->version == SNMP_VERSION_3) { in snmp_complete_outbound_frame()
1503 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_PRIV_FLAG)) { in snmp_complete_outbound_frame()
1521 if (request->version == SNMP_VERSION_3 && (request->msg_flags & SNMP_V3_AUTH_FLAG)) { in snmp_complete_outbound_frame()

Completed in 5 milliseconds