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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dnetif.c99 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 Dnetif.c259 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 Dethernetif.c251 { 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 Dlwip-log.h42 #define NETIF_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_NETIF) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h595 #ifndef NETIF_DEBUG
596 #define NETIF_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/src/netif/
H A Dethernetif.c290 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2216 * 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 Dlwipopts.h73 #define NETIF_DEBUG DBG_ON macro

Completed in 52 milliseconds