Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 8 of 8) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Ddebug.h143 #define LWIP_DEBUG_ENABLED(debug) (((debug) & LWIP_DBG_ON) && \ argument
147 #define LWIP_DEBUGF(debug, message) do { \ argument
157 #define LWIP_DEBUG_ENABLED(debug) 0 argument
158 #define LWIP_DEBUGF(debug, message) argument
A Dip4_addr.h169 #define ip4_addr_debug_print_parts(debug, a, b, c, d) \ argument
171 #define ip4_addr_debug_print(debug, ipaddr) \ argument
177 #define ip4_addr_debug_print_val(debug, ipaddr) \ argument
A Dip_addr.h257 #define ip_addr_debug_print(debug, ipaddr) do { if(IP_IS_V6(ipaddr)) { \ argument
260 #define ip_addr_debug_print_val(debug, ipaddr) do { if(IP_IS_V6_VAL(ipaddr)) { \ argument
332 #define ip_addr_debug_print(debug, ipaddr) ip4_addr_debug_print(debug, ipaddr) argument
333 #define ip_addr_debug_print_val(debug, ipaddr) ip4_addr_debug_print_val(debug, ipaddr) argument
383 #define ip_addr_debug_print(debug, ipaddr) ip6_addr_debug_print(debug, ipaddr) argument
384 #define ip_addr_debug_print_val(debug, ipaddr) ip6_addr_debug_print_val(debug, ipaddr) argument
A Dip6_addr.h333 #define ip6_addr_debug_print_parts(debug, a, b, c, d, e, f, g, h) \ argument
336 #define ip6_addr_debug_print(debug, ipaddr) \ argument
346 #define ip6_addr_debug_print_val(debug, ipaddr) \ argument
/lib/
A Dfdtdec_common.c18 #define debug(...) macro
A Dhashtable.c27 # define debug(fmt,args...) printf(fmt ,##args) macro
29 # define debug(fmt,args...) macro
/lib/lwip/lwip/test/unit/dhcp/
A Dtest_dhcp.c140 static int debug = 0; variable
/lib/mbedtls/external/mbedtls/programs/ssl/
A Dssl_context_info.c107 char debug = 0; /* flag for debug messages */ variable

Completed in 40 milliseconds