Searched refs:NETIF_DEBUG (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Dnetif.c201 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ",
203 ip_addr_debug_print(NETIF_DEBUG, ipaddr);
204 LWIP_DEBUGF(NETIF_DEBUG, (" netmask "));
205 ip_addr_debug_print(NETIF_DEBUG, netmask);
206 LWIP_DEBUGF(NETIF_DEBUG, (" gw "));
207 ip_addr_debug_print(NETIF_DEBUG, gw);
208 LWIP_DEBUGF(NETIF_DEBUG, ("\n"));
276 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") );
301 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1]));
305 LWIP_DEBUGF(NETIF_DEBUG, ("netif_fin
[all...]
/external/syslinux/core/lwip/src/netif/
H A Dethernetif.c250 { 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/
H A Dopt.h1812 * NETIF_DEBUG: Enable debugging in netif.c.
1814 #ifndef NETIF_DEBUG
1815 #define NETIF_DEBUG LWIP_DBG_OFF macro

Completed in 78 milliseconds