Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A Dsnmp_core.h189 #define SNMP_GET_VALUE_RAW_DATA 0x8000 macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A Dsnmp_core.h194 #define SNMP_GET_VALUE_RAW_DATA 0x4000 /* do not use 0x8000 because return value of node_instance_… macro
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_msg.c304 …T("SNMP_MAX_VALUE_SIZE is configured too low", (vb->value_len & ~SNMP_GET_VALUE_RAW_DATA) <= SNMP_… in snmp_process_varbind()
1195 } else if (varbind->value_len & SNMP_GET_VALUE_RAW_DATA) { in snmp_varbind_length()
1196 len->value_value_len = varbind->value_len & (~SNMP_GET_VALUE_RAW_DATA); in snmp_varbind_length()
1285 if (varbind->value_len & SNMP_GET_VALUE_RAW_DATA) { in snmp_append_outbound_varbind()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_msg.c459 …T("SNMP_MAX_VALUE_SIZE is configured too low", (vb->value_len & ~SNMP_GET_VALUE_RAW_DATA) <= SNMP_… in snmp_process_varbind()
1473 } else if (varbind->value_len & SNMP_GET_VALUE_RAW_DATA) { in snmp_varbind_length()
1474 len->value_value_len = varbind->value_len & (~SNMP_GET_VALUE_RAW_DATA); in snmp_varbind_length()
1565 if (varbind->value_len & SNMP_GET_VALUE_RAW_DATA) { in snmp_append_outbound_varbind()

Completed in 16 milliseconds