Searched refs:SNMP_DEBUG (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/include/lwip/apps/ |
D | snmp_opts.h | 205 #if !defined SNMP_DEBUG || defined __DOXYGEN__ 206 #define SNMP_DEBUG LWIP_DBG_OFF macro
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_msg.c | 490 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()
|
D | snmp_table.c | 213 …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()
|
D | snmp_core.c | 797 …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()
|
D | snmp_threadsync.c | 179 LWIP_DEBUGF(SNMP_DEBUG, ("Sync node OID does not match target node OID")); in do_sync()
|
D | snmp_traps.c | 86 LWIP_DEBUGF(SNMP_DEBUG, ("SNMP error during creation of outbound trap frame!")); \
|