Searched refs:IP_REASS_DEBUG (Results 1 – 2 of 2) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
D | ip4_frag.c | 138 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer dec %"U16_F"\n", (u16_t)r->timer)); in ip_reass_tmr() 144 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer timed out\n")); in ip_reass_tmr() 316 LWIP_DEBUGF(IP_REASS_DEBUG, ("Failed to alloc reassdata struct\n")); in ip_reass_enqueue_new_datagram() 540 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: IP options currently not supported!\n")); in ip4_reass() 563 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: Overflow condition: pbufct=%d, clen=%d, MAX=%d\n", in ip4_reass() 579 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: matching previous fragment ID=%"X16_F"\n", in ip4_reass() 632 LWIP_DEBUGF(IP_REASS_DEBUG, in ip4_reass() 696 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_pbufcount: %d out\n", ip_reass_pbufcount)); in ip4_reass() 708 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: nullreturn\n")); in ip4_reass()
|
/third_party/lwip/src/include/lwip/ |
D | opt.h | 3336 #if !defined IP_REASS_DEBUG || defined __DOXYGEN__ 3337 #define IP_REASS_DEBUG LWIP_DBG_OFF macro
|