Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_frag.c132 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer dec %"U16_F"\n",(u16_t)r->timer)); in ip_reass_tmr()
138 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer timed out\n")); in ip_reass_tmr()
283 LWIP_DEBUGF(IP_REASS_DEBUG,("Failed to alloc reassdata struct\n")); in ip_reass_enqueue_new_datagram()
492 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: IP options currently not supported!\n")); in ip_reass()
509 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: Overflow condition: pbufct=%d, clen=%d, MAX=%d\n", in ip_reass()
525 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n", in ip_reass()
561 LWIP_DEBUGF(IP_REASS_DEBUG, in ip_reass()
605 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass_pbufcount: %d out\n", ip_reass_pbufcount)); in ip_reass()
609 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: nullreturn\n")); in ip_reass()
699 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_frag: pbuf_alloc(PBUF_LINK, 0, PBUF_REF) failed\n")); in ip_frag()
[all …]
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_frag.c138 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()
296 LWIP_DEBUGF(IP_REASS_DEBUG,("Failed to alloc reassdata struct\n")); in ip_reass_enqueue_new_datagram()
514 LWIP_DEBUGF(IP_REASS_DEBUG,("ip4_reass: IP options currently not supported!\n")); in ip4_reass()
531 LWIP_DEBUGF(IP_REASS_DEBUG,("ip4_reass: Overflow condition: pbufct=%d, clen=%d, MAX=%d\n", in ip4_reass()
547 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: matching previous fragment ID=%"X16_F"\n", in ip4_reass()
600 LWIP_DEBUGF(IP_REASS_DEBUG, in ip4_reass()
662 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass_pbufcount: %d out\n", ip_reass_pbufcount)); in ip4_reass()
666 LWIP_DEBUGF(IP_REASS_DEBUG,("ip4_reass: nullreturn\n")); in ip4_reass()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_frag.c138 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()
296 LWIP_DEBUGF(IP_REASS_DEBUG, ("Failed to alloc reassdata struct\n")); in ip_reass_enqueue_new_datagram()
520 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: IP options currently not supported!\n")); in ip4_reass()
543 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: Overflow condition: pbufct=%d, clen=%d, MAX=%d\n", in ip4_reass()
559 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: matching previous fragment ID=%"X16_F"\n", in ip4_reass()
612 LWIP_DEBUGF(IP_REASS_DEBUG, in ip4_reass()
676 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_pbufcount: %d out\n", ip_reass_pbufcount)); in ip4_reass()
688 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip4_reass: nullreturn\n")); in ip4_reass()
/components/net/lwip/port/
A Dlwipopts.h188 #define IP_REASS_DEBUG LWIP_DBG_ON macro
190 #define IP_REASS_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h1967 #ifndef IP_REASS_DEBUG
1968 #define IP_REASS_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h2700 #if !defined IP_REASS_DEBUG || defined __DOXYGEN__
2701 #define IP_REASS_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h3329 #if !defined IP_REASS_DEBUG || defined __DOXYGEN__
3330 #define IP_REASS_DEBUG LWIP_DBG_OFF macro

Completed in 20 milliseconds