Searched refs:NETIF_DEBUG (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | netif.c | 201 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ", in netif_add() 203 ip_addr_debug_print(NETIF_DEBUG, ipaddr); in netif_add() 204 LWIP_DEBUGF(NETIF_DEBUG, (" netmask ")); in netif_add() 205 ip_addr_debug_print(NETIF_DEBUG, netmask); in netif_add() 206 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); in netif_add() 207 ip_addr_debug_print(NETIF_DEBUG, gw); in netif_add() 208 LWIP_DEBUGF(NETIF_DEBUG, ("\n")); in netif_add() 276 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") ); in netif_remove() 301 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1])); in netif_find() 305 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1])); in netif_find() [all …]
|
/external/syslinux/core/lwip/src/netif/ |
D | ethernetif.c | 250 { LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n")); 284 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | opt.h | 1814 #ifndef NETIF_DEBUG 1815 #define NETIF_DEBUG LWIP_DBG_OFF macro
|