Searched refs:NETIF_DEBUG (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | netif.c | 99 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ", 101 ip_addr_debug_print(NETIF_DEBUG, ipaddr); 102 LWIP_DEBUGF(NETIF_DEBUG, (" netmask ")); 103 ip_addr_debug_print(NETIF_DEBUG, netmask); 104 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); 105 ip_addr_debug_print(NETIF_DEBUG, gw); 106 LWIP_DEBUGF(NETIF_DEBUG, ("\n")); 147 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") ); 166 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1])); 170 LWIP_DEBUGF(NETIF_DEBUG, ("netif_fin [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | netif.c | 259 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ", 261 ip_addr_debug_print(NETIF_DEBUG, ipaddr); 262 LWIP_DEBUGF(NETIF_DEBUG, (" netmask ")); 263 ip_addr_debug_print(NETIF_DEBUG, netmask); 264 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); 265 ip_addr_debug_print(NETIF_DEBUG, gw); 266 LWIP_DEBUGF(NETIF_DEBUG, ("\n")); 343 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") ); 368 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1])); 372 LWIP_DEBUGF(NETIF_DEBUG, ("netif_fin [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ |
H A D | ethernetif.c | 251 { LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n")); 285 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-log.h | 42 #define NETIF_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_NETIF) macro
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | opt.h | 595 #ifndef NETIF_DEBUG 596 #define NETIF_DEBUG DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ |
H A D | ethernetif.c | 290 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | opt.h | 2216 * NETIF_DEBUG: Enable debugging in netif.c. 2218 #ifndef NETIF_DEBUG 2219 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 73 #define NETIF_DEBUG DBG_ON macro
|
Completed in 52 milliseconds