| /lib/lwip/lwip/src/core/ |
| A D | netif.c | 441 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP", in netif_add() 444 LWIP_DEBUGF(NETIF_DEBUG, (" addr ")); in netif_add() 445 ip4_addr_debug_print(NETIF_DEBUG, ipaddr); in netif_add() 446 LWIP_DEBUGF(NETIF_DEBUG, (" netmask ")); in netif_add() 447 ip4_addr_debug_print(NETIF_DEBUG, netmask); in netif_add() 448 LWIP_DEBUGF(NETIF_DEBUG, (" gw ")); in netif_add() 449 ip4_addr_debug_print(NETIF_DEBUG, gw); in netif_add() 451 LWIP_DEBUGF(NETIF_DEBUG, ("\n")); in netif_add() 838 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") ); in netif_remove() 861 LWIP_DEBUGF(NETIF_DEBUG, ("netif: setting default interface %c%c\n", in netif_set_default() [all …]
|
| A D | tcp.c | 2326 …LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: aborting TCP pcb %p\n", (void *)pcb)… in tcp_netif_ip_addr_changed_pcblist()
|
| /lib/lwip/lwip/contrib/ports/unix/port/netif/ |
| A D | vdeif.c | 203 LWIP_DEBUGF(NETIF_DEBUG, ("vdeif_input: could not allocate pbuf\n")); in low_level_input() 234 LWIP_DEBUGF(NETIF_DEBUG, ("vdeif_input: netif input error\n")); in vdeif_input() 255 LWIP_DEBUGF(NETIF_DEBUG, ("vdeif_init: out of memory for vdeif\n")); in vdeif_init()
|
| A D | tapif.c | 296 LWIP_DEBUGF(NETIF_DEBUG, ("tapif_input: could not allocate pbuf\n")); in low_level_input() 327 LWIP_DEBUGF(NETIF_DEBUG, ("tapif_input: netif input error\n")); in tapif_input() 347 LWIP_DEBUGF(NETIF_DEBUG, ("tapif_init: out of memory for tapif\n")); in tapif_init()
|
| A D | pcapif.c | 117 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n")); in timeout()
|
| /lib/lwip/lwip/contrib/examples/ethernetif/ |
| A D | ethernetif.c | 270 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n")); 298 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: out of memory\n"));
|
| /lib/lwip/lwip/contrib/ports/win32/ |
| A D | pcapif.c | 803 …LWIP_DEBUGF(NETIF_DEBUG, ("pcapif: eth_addr %02X%02X%02X%02X%02X%02X\n",netif->hwaddr[0],netif->hw… in pcapif_low_level_init() 843 …LWIP_DEBUGF(NETIF_DEBUG, ("netif: send ptr %p q->payload %p q->len %i q->next %p\n", ptr, q->paylo… in pcapif_low_level_output() 925 LWIP_DEBUGF(NETIF_DEBUG, ("netif: recv length %i p->tot_len %i\n", length, (int)p->tot_len)); in pcapif_low_level_input() 937 …LWIP_DEBUGF(NETIF_DEBUG, ("netif: recv start %i length %i q->payload %p q->len %i q->next %p\n", s… in pcapif_low_level_input() 1043 LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_input: IP input error\n")); in pcapif_input()
|
| /lib/lwip/lwip/contrib/ports/unix/posixlib/ |
| A D | lwipopts.h | 147 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/u-boot/ |
| A D | lwipopts.h | 15 #define NETIF_DEBUG LWIP_DBG_ON macro
|
| /lib/lwip/lwip/contrib/examples/example_app/ |
| A D | lwipopts.h | 87 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/src/netif/ |
| A D | bridgeif.c | 443 LWIP_DEBUGF(NETIF_DEBUG, ("bridgeif_init: out of memory\n")); in bridgeif_init() 458 LWIP_DEBUGF(NETIF_DEBUG, ("bridgeif_init: out of memory in fdb_init\n")); in bridgeif_init()
|
| /lib/lwip/lwip/contrib/examples/example_app/test_configs/ |
| A D | opt_default.h | 261 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_dualstack.h | 261 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv4only.h | 261 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_ipv6only.h | 261 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_dual.h | 261 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv4.h | 261 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| A D | opt_nosys_ipv6.h | 261 #define NETIF_DEBUG LWIP_DBG_OFF macro
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 3335 #if !defined NETIF_DEBUG || defined __DOXYGEN__ 3336 #define NETIF_DEBUG LWIP_DBG_OFF macro
|