Searched refs:ICMP_DEBUG (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | icmp.c | 63 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short ICMP (%"U16_F" bytes) received\n", p->tot_len)); 76 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n")); 81 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); 83 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); 92 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo\n")); 119 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", (s16_t)type, (s16_t)code)); 169 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded from ")); 170 ip_addr_debug_print(ICMP_DEBUG, &(iphdr->src)); 171 LWIP_DEBUGF(ICMP_DEBUG, (" to ")); 172 ip_addr_debug_print(ICMP_DEBUG, [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | icmp.c | 105 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: short ICMP (%"U16_F" bytes) received\n", p->tot_len)); 136 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: Not echoing to multicast or broadcast pings\n")); 143 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); 145 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); 150 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo\n")); 171 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: allocating new pbuf failed\n")); 238 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ip_output_if returned an error: %c.\n", ret)); 243 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" code %"S16_F" not supported.\n", 289 LWIP_DEBUGF(ICMP_DEBUG, 296 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_proxy_inpu [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/ |
H A D | icmp6.c | 64 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ping\n")); 67 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: bad ICMP echo received\n")); 79 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_chksum_pseudo(p, &(iphdr->src), &(iphdr->dest), IP_PROTO_ICMP, p->tot_len))); 86 LWIP_DEBUGF(ICMP_DEBUG, ("icmp: p->len %"S16_F" p->tot_len %"S16_F"\n", p->len, p->tot_len)); 97 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: checksum failed for received ICMP echo (%"X16_F")\n", inet_chksum_pseudo(p, &(iphdr->src), &(iphdr->dest), IP_PROTO_ICMP, p->tot_len))); 107 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_input: ICMP type %"S16_F" not supported.\n", (s16_t)type)); 154 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded\n"));
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 34 #define ICMP_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_ICMP) macro
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | opt.h | 615 #ifndef ICMP_DEBUG 616 #define ICMP_DEBUG DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2251 * ICMP_DEBUG: Enable debugging in icmp.c. 2253 #ifndef ICMP_DEBUG 2254 #define ICMP_DEBUG LWIP_DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 78 #define ICMP_DEBUG DBG_ON macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | icmp6.c | 345 LWIP_DEBUGF(ICMP_DEBUG, ("icmp_time_exceeded: failed to allocate pbuf for ICMPv6 packet.\n"));
|
Completed in 47 milliseconds