Searched refs:NETIF_DEBUG (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/core/ |
| D | netif.c | 200 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ", in netif_add() 202 ip_addr_debug_print(NETIF_DEBUG, ipaddr); in netif_add() 203 LWIP_DEBUGF(NETIF_DEBUG, (" netmask ")); in netif_add() 204 ip_addr_debug_print(NETIF_DEBUG, netmask); in netif_add() 205 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); in netif_add() 206 ip_addr_debug_print(NETIF_DEBUG, gw); in netif_add() 207 LWIP_DEBUGF(NETIF_DEBUG, ("\n")); in netif_add() 280 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") ); in netif_remove() 305 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1])); in netif_find() 309 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1])); in netif_find() [all …]
|
| /lib/liblwip/src/netif/ |
| D | ethernetif.c | 249 { LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n")); 283 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
|
| /lib/liblwip/src/arch/ |
| D | etherif.c | 279 { LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n")); in ethernetif_input() 327 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n")); in ethernetif_init()
|
| /lib/liblwip/src/include/lwip/ |
| D | opt.h | 1904 #ifndef NETIF_DEBUG 1905 #define NETIF_DEBUG LWIP_DBG_OFF macro
|