Home
last modified time | relevance | path

Searched refs:PBUF_DEBUG (Results 1 – 7 of 7) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/core/
A Dpbuf.c212 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc(length=%"U16_F")\n", length)); in pbuf_alloc()
240 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc: allocated pbuf %p\n", (void *)p)); in pbuf_alloc()
328 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_alloc()
550 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_header()
578 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_header: old %p new %p (%"S16_F")\n", in pbuf_header()
627 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_free()
631 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free(%p)\n", (void *)p)); in pbuf_free()
658 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free: deallocating %p\n", (void *)p)); in pbuf_free()
823 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, in pbuf_dechain()
856 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_copy(%p, %p)\n", in pbuf_copy()
[all …]
/components/net/lwip/lwip-2.0.3/src/core/
A Dpbuf.c253 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc(length=%"U16_F")\n", length)); in pbuf_alloc()
286 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc: allocated pbuf %p\n", (void *)p)); in pbuf_alloc()
384 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_alloc()
608 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, in pbuf_header_impl()
638 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_header: old %p new %p (%"S16_F")\n", in pbuf_header_impl()
724 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_free()
728 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free(%p)\n", (void *)p)); in pbuf_free()
755 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free: deallocating %p\n", (void *)p)); in pbuf_free()
919 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, in pbuf_dechain()
952 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_copy(%p, %p)\n", in pbuf_copy()
[all …]
/components/net/lwip/lwip-2.1.2/src/core/
A Dpbuf.c228 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_alloc(length=%"U16_F")\n", length)); in pbuf_alloc()
334 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_alloc_reference()
501 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, in pbuf_add_header_impl()
518 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_add_header: old %p new %p (%"U16_F")\n", in pbuf_add_header_impl()
609 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_remove_header: old %p new %p (%"U16_F")\n", in pbuf_remove_header()
734 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_LEVEL_SERIOUS, in pbuf_free()
738 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free(%p)\n", (void *)p)); in pbuf_free()
761 LWIP_DEBUGF( PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_free: deallocating %p\n", (void *)p)); in pbuf_free()
932 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, in pbuf_dechain()
965 LWIP_DEBUGF(PBUF_DEBUG | LWIP_DBG_TRACE, ("pbuf_copy(%p, %p)\n", in pbuf_copy()
[all …]
/components/net/lwip/port/
A Dlwipopts.h128 #define PBUF_DEBUG LWIP_DBG_ON macro
130 #define PBUF_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h1911 #ifndef PBUF_DEBUG
1912 #define PBUF_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h2644 #if !defined PBUF_DEBUG || defined __DOXYGEN__
2645 #define PBUF_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h3273 #if !defined PBUF_DEBUG || defined __DOXYGEN__
3274 #define PBUF_DEBUG LWIP_DBG_OFF macro

Completed in 24 milliseconds