Searched refs:DEBUG_ARGS (Results 1 – 4 of 4) sorted by relevance
/external/qemu/slirp/ |
D | debug.h | 24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); } macro 33 #define DEBUG_ARGS(x) macro
|
D | tcp_input.c | 252 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/ |
D | debug.h | 24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); } macro 33 #define DEBUG_ARGS(x) macro
|
D | tcp_input.c | 252 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()
|