Searched refs:IP_DEBUG (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/src/core/ipv6/ |
| D | ip6.c | 104 LWIP_DEBUGF(IP_DEBUG, ("ip_input: no forwarding route found for ")); in ip_forward() 105 #if IP_DEBUG in ip_forward() 106 ip_addr_debug_print(IP_DEBUG, ((struct ip_addr *)&(iphdr->dest))); in ip_forward() 108 LWIP_DEBUGF(IP_DEBUG, ("\n")); in ip_forward() 132 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to ")); in ip_forward() 133 #if IP_DEBUG in ip_forward() 134 ip_addr_debug_print(IP_DEBUG, ((struct ip_addr *)&(iphdr->dest))); in ip_forward() 136 LWIP_DEBUGF(IP_DEBUG, ("\n")); in ip_forward() 164 #if IP_DEBUG in ip_input() 176 LWIP_DEBUGF(IP_DEBUG, ("IP packet dropped due to bad version number\n")); in ip_input() [all …]
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 146 …LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("ip_route: No route to %"U16_F".%"U16_F".%"U16_F".… in ip_route() 214 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not forwarding LLA %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in ip_forward() 223 …LWIP_DEBUGF(IP_DEBUG, ("ip_forward: no forwarding route for %"U16_F".%"U16_F".%"U16_F".%"U16_F" fo… in ip_forward() 233 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not bouncing packets back on incoming interface.\n")); in ip_forward() 259 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in ip_forward() 321 …LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_WARNING, ("IP packet dropped due to bad version number %"U16… 347 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 352 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 368 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 404 …LWIP_DEBUGF(IP_DEBUG, ("ip_input: iphdr->dest 0x%"X32_F" netif->ip_addr 0x%"X32_F" (0x%"X32_F", 0x… [all …]
|
| /lib/liblwip/src/include/ipv6/lwip/ |
| D | ip.h | 120 #if IP_DEBUG
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 1960 #ifndef IP_DEBUG 1961 #define IP_DEBUG LWIP_DBG_OFF macro
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip.h | 211 #if IP_DEBUG
|