Home
last modified time | relevance | path

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

/lib/liblwip/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()
225 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ip_output_if returned an error: %c.\n", ret)); in icmp_input()
230 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", in icmp_input()
303 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded: failed to allocate pbuf for ICMP packet.\n")); in icmp_send_response()
310 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded from ")); in icmp_send_response()
[all …]
/lib/liblwip/src/core/ipv6/
Dicmp6.c62 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); in icmp_input()
65 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); in icmp_input()
74 …LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_c… in icmp_input()
78 LWIP_DEBUGF(ICMP_DEBUG, ("icmp: p->len %"S16_F" p->tot_len %"S16_F"\n", p->len, p->tot_len)); in icmp_input()
89 …LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_c… in icmp_input()
97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" not supported.\n", (s16_t)type)); in icmp_input()
116 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_dest_unreach: failed to allocate pbuf for ICMP packet.\n")); in icmp_dest_unreach()
148 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded\n")); in icmp_time_exceeded()
154 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_dest_unreach: failed to allocate pbuf for ICMP packet.\n")); in icmp_time_exceeded()
/lib/liblwip/src/include/lwip/
Dopt.h1939 #ifndef ICMP_DEBUG
1940 #define ICMP_DEBUG LWIP_DBG_OFF macro