Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_msg.h73 #define SNMP_VERSION_2c 1 macro
A Dsnmp_msg.c278 if ((request->version == SNMP_VERSION_2c) || request->version == SNMP_VERSION_3) { in snmp_process_varbind()
634 (s32_value != SNMP_VERSION_2c) in snmp_parse_inbound_frame()
890 if (request->version < SNMP_VERSION_2c) { in snmp_parse_inbound_frame()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_msg.h62 #define SNMP_VERSION_2c 1 macro
A Dsnmp_msg.c88 } else if (version == SNMP_VERSION_2c) { in snmp_version_enabled()
111 return snmp_version_enabled(SNMP_VERSION_2c); in snmp_v2c_enabled()
125 } else if (version == SNMP_VERSION_2c) { in snmp_version_enable()
147 snmp_version_enable(SNMP_VERSION_2c, enable); in snmp_v2c_enable()
433 if ((request->version == SNMP_VERSION_2c) || request->version == SNMP_VERSION_3) { in snmp_process_varbind()
794 (s32_value != SNMP_VERSION_2c) in snmp_parse_inbound_frame()
1168 if (request->version < SNMP_VERSION_2c) { in snmp_parse_inbound_frame()

Completed in 29 milliseconds