Searched refs:IP_DEBUG (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/core/ipv4/ |
D | ip.c | 139 …LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, ("ip_route: No route to %"U16_F".%"U16_F".%"U16_F".… in ip_route() 168 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not forwarding LLA %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in ip_forward() 177 …LWIP_DEBUGF(IP_DEBUG, ("ip_forward: no forwarding route for %"U16_F".%"U16_F".%"U16_F".%"U16_F" fo… in ip_forward() 185 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: not bouncing packets back on incoming interface.\n")); in ip_forward() 210 LWIP_DEBUGF(IP_DEBUG, ("ip_forward: forwarding packet to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in ip_forward() 258 …LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_WARNING, ("IP packet dropped due to bad version number %"U16… 277 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 282 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 298 LWIP_DEBUGF(IP_DEBUG | LWIP_DBG_LEVEL_SERIOUS, 334 …LWIP_DEBUGF(IP_DEBUG, ("ip_input: iphdr->dest 0x%"X32_F" netif->ip_addr 0x%"X32_F" (0x%"X32_F", 0x… [all …]
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | opt.h | 1898 #ifndef IP_DEBUG 1899 #define IP_DEBUG LWIP_DBG_OFF macro
|
/external/syslinux/core/lwip/src/include/ipv4/lwip/ |
D | ip.h | 201 #if IP_DEBUG
|