Home
last modified time | relevance | path

Searched refs:SNMP_DEBUG (Results 1 – 6 of 6) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dsnmp_opts.h205 #if !defined SNMP_DEBUG || defined __DOXYGEN__
206 #define SNMP_DEBUG LWIP_DBG_OFF macro
/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c490 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP get request\n")); in snmp_process_get_request()
526 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP get-next request\n")); in snmp_process_getnext_request()
572 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP get-bulk request\n")); in snmp_process_getbulk_request()
626 …LWIP_DEBUGF(SNMP_DEBUG, ("Very strange, we cannot parse the varbind output that we created just be… in snmp_process_getbulk_request()
660 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP set request\n")); in snmp_process_set_request()
736 LWIP_DEBUGF(SNMP_DEBUG, ("Malformed ASN.1 detected.\n")); \
743 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP parse assertion failed!: " # cond)); \
750 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP error during creation of outbound frame!: " # code)); \
1179 LWIP_DEBUGF(SNMP_DEBUG, ("Unknown/Invalid SNMP PDU type received: %d", tlv.type)); \ in snmp_parse_inbound_frame()
1659 …LWIP_DEBUGF(SNMP_DEBUG, ("snmp_complete_outbound_frame() > Found v2 request with varbind exception… in snmp_complete_outbound_frame()
Dsnmp_table.c213 …LWIP_DEBUGF(SNMP_DEBUG, ("snmp_table_simple_get_instance(): unknown column data_type: %d\n", col_d… in snmp_table_simple_get_instance()
305 …LWIP_DEBUGF(SNMP_DEBUG, ("snmp_table_simple_get_instance(): unknown column data_type: %d\n", col_d… in snmp_table_simple_get_next_instance()
Dsnmp_core.c797 …LWIP_DEBUGF(SNMP_DEBUG, ("SNMP inconsistent access: node is readable but no get_value function is … in snmp_get_node_instance_from_oid()
800 …LWIP_DEBUGF(SNMP_DEBUG, ("SNMP inconsistent access: node is writable but no set_value and/or set_t… in snmp_get_node_instance_from_oid()
871 …LWIP_DEBUGF(SNMP_DEBUG, ("SNMP inconsistent access: node is readable but no get_value function is … in snmp_get_next_node_instance_from_oid()
874 …LWIP_DEBUGF(SNMP_DEBUG, ("SNMP inconsistent access: node is writable but no set_value function is … in snmp_get_next_node_instance_from_oid()
Dsnmp_threadsync.c179 LWIP_DEBUGF(SNMP_DEBUG, ("Sync node OID does not match target node OID")); in do_sync()
Dsnmp_traps.c86 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP error during creation of outbound trap frame!")); \