Searched refs:ICMP_DEBUG (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
D | icmp.c | 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short IP header (%"S16_F" bytes) received\n", hlen)); in icmp_input() 101 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short ICMP (%"U16_F" bytes) received\n", p->tot_len)); in icmp_input() 126 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast pings\n")); in icmp_input() 136 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to broadcast pings\n")); in icmp_input() 140 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); in icmp_input() 142 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); in icmp_input() 148 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo\n")); in icmp_input() 164 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: allocating new pbuf failed (tot_len overflow)\n")); in icmp_input() 170 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: allocating new pbuf failed\n")); in icmp_input() 174 … LWIP_DEBUGF(ICMP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("first pbuf cannot hold the ICMP header")); in icmp_input() [all …]
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 3308 #if !defined ICMP_DEBUG || defined __DOXYGEN__ 3309 #define ICMP_DEBUG LWIP_DBG_OFF macro
|
/third_party/lwip/src/core/ipv6/ |
D | icmp6.c | 401 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded: failed to allocate pbuf for ICMPv6 packet.\n")); in icmp6_send_response_with_addrs_and_netif()
|