Home
last modified time | relevance | path

Searched refs:DEBUG_ARGS (Results 1 – 4 of 4) sorted by relevance

/external/qemu/slirp/
Ddebug.h24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); } macro
33 #define DEBUG_ARGS(x) macro
Dtcp_input.c252 DEBUG_ARGS((dfd," m = %8lx iphlen = %2d inso = %lx\n", in tcp_input()
1504 DEBUG_ARGS((dfd," tp = %lx cnt=%i \n", (long )tp, cnt)); in tcp_dooptions()
/external/qemu/slirp-android/
Ddebug.h24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); } macro
33 #define DEBUG_ARGS(x) macro
Dtcp_input.c252 DEBUG_ARGS((dfd," m = %8lx iphlen = %2d inso = %lx\n", in tcp_input()
1510 DEBUG_ARGS((dfd," tp = %lx cnt=%i \n", (long )tp, cnt)); in tcp_dooptions()