Searched refs:IP_REASS_DEBUG (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/
H A Dip_frag.c110 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer dec %"U16_F"\n",(u16_t)ip_reasstmr));
141 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: new packet\n"));
155 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n",
166 LWIP_DEBUGF(IP_REASS_DEBUG,
176 LWIP_DEBUGF(IP_REASS_DEBUG,
184 LWIP_DEBUGF(IP_REASS_DEBUG,
199 LWIP_DEBUGF(IP_REASS_DEBUG,
220 LWIP_DEBUGF(IP_REASS_DEBUG,
235 LWIP_DEBUGF(IP_REASS_DEBUG,
247 LWIP_DEBUGF(IP_REASS_DEBUG,
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip_frag.c132 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer dec %"U16_F"\n",(u16_t)r->timer));
138 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass_tmr: timer timed out\n"));
283 LWIP_DEBUGF(IP_REASS_DEBUG,("Failed to alloc reassdata struct\n"));
491 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: IP options currently not supported!\n"));
508 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: Overflow condition: pbufct=%d, clen=%d, MAX=%d\n",
524 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_reass: matching previous fragment ID=%"X16_F"\n",
559 LWIP_DEBUGF(IP_REASS_DEBUG,
614 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass_pbufcount: %d out\n", ip_reass_pbufcount));
618 LWIP_DEBUGF(IP_REASS_DEBUG,("ip_reass: nullreturn\n"));
708 LWIP_DEBUGF(IP_REASS_DEBUG, ("ip_fra
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h38 #define IP_REASS_DEBUG LWIP_DEBUGF_LOG_GROUP(LOG_GROUP_LWIP_IP4_REASS) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h627 #ifndef IP_REASS_DEBUG
628 #define IP_REASS_DEBUG DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2279 * IP_REASS_DEBUG: Enable debugging in ip_frag.c for both frag & reass.
2281 #ifndef IP_REASS_DEBUG
2282 #define IP_REASS_DEBUG LWIP_DBG_OFF macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h81 #define IP_REASS_DEBUG DBG_ON macro

Completed in 132 milliseconds