Lines Matching refs:NETIF_DEBUG
200 LWIP_DEBUGF(NETIF_DEBUG, ("netif: added interface %c%c IP addr ",
202 ip_addr_debug_print(NETIF_DEBUG, ipaddr);
203 LWIP_DEBUGF(NETIF_DEBUG, (" netmask "));
204 ip_addr_debug_print(NETIF_DEBUG, netmask);
205 LWIP_DEBUGF(NETIF_DEBUG, (" gw "));
206 ip_addr_debug_print(NETIF_DEBUG, gw);
207 LWIP_DEBUGF(NETIF_DEBUG, ("\n"));
280 LWIP_DEBUGF( NETIF_DEBUG, ("netif_remove: removed netif\n") );
305 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: found %c%c\n", name[0], name[1]));
309 LWIP_DEBUGF(NETIF_DEBUG, ("netif_find: didn't find %c%c\n", name[0], name[1]));
334 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: netif address being changed\n"));
346 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_STATE, ("netif_set_ipaddr: aborting TCP pcb %p\n", (void *)pcb));
371 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("netif: IP address of interface %c%c set to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
391 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("netif: GW address of interface %c%c set to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
415 LWIP_DEBUGF(NETIF_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("netif: netmask of interface %c%c set to %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n",
440 LWIP_DEBUGF(NETIF_DEBUG, ("netif: setting default interface %c%c\n",