Home
last modified time | relevance | path

Searched refs:SNMP_MSG_DEBUG (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/core/snmp/
Dmsg_in.c132 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_event = %"S32_F"\n",msg_ps->error_status)); in snmp_ok_response()
149 …LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_get_event: msg_ps->state==%"U16_F"\n",(u16_t)msg_ps->state)… in snmp_msg_get_event()
217 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_event: no variable space\n")); in snmp_msg_get_event()
238 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_event: no outvb space\n")); in snmp_msg_get_event()
331 … LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_event: couldn't allocate variable space\n")); in snmp_msg_get_event()
349 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_event: couldn't allocate outvb space\n")); in snmp_msg_get_event()
382 …LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_getnext_event: msg_ps->state==%"U16_F"\n",(u16_t)msg_ps->st… in snmp_msg_getnext_event()
427 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_getnext_event: couldn't allocate outvb space\n")); in snmp_msg_getnext_event()
500 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_recv couldn't allocate outvb space\n")); in snmp_msg_getnext_event()
527 …LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_msg_set_event: msg_ps->state==%"U16_F"\n",(u16_t)msg_ps->state)… in snmp_msg_set_event()
[all …]
Dmsg_out.c128 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_snd_response() tooBig\n")); in snmp_send_response()
144 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_snd_response() p != NULL\n")); in snmp_send_response()
192 LWIP_DEBUGF(SNMP_MSG_DEBUG, ("snmp_snd_response() done\n")); in snmp_send_response()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h2053 #ifndef SNMP_MSG_DEBUG
2054 #define SNMP_MSG_DEBUG LWIP_DBG_OFF macro