Home
last modified time | relevance | path

Searched refs:ICMP_DEBUG (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/core/ipv4/
Dicmp.c94 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short ICMP (%"U16_F" bytes) received\n", p->tot_len)); in icmp_input()
125 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n")); in icmp_input()
132 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); in icmp_input()
134 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); in icmp_input()
138 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo\n")); in icmp_input()
158 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: allocating new pbuf failed\n")); in icmp_input()
221 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ip_output_if returned an error: %c.\n", ret)); in icmp_input()
226 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", in icmp_input()
299 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded: failed to allocate pbuf for ICMP packet.\n")); in icmp_send_response()
306 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded from ")); in icmp_send_response()
[all …]
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h1877 #ifndef ICMP_DEBUG
1878 #define ICMP_DEBUG LWIP_DBG_OFF macro