HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_CALL (Results 1 - 25 of 30) sorted by null

1 2

  /external/qemu/slirp/
debug.h 22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); }
31 #define DEBUG_CALL(x)
if.c 87 DEBUG_CALL("if_input");
141 DEBUG_CALL("if_output");
245 DEBUG_CALL("if_start");
mbuf.c 52 DEBUG_CALL("m_get");
86 DEBUG_CALL("m_free");
210 DEBUG_CALL("dtom");
tcp_timer.c 52 DEBUG_CALL("tcp_fasttimo");
78 DEBUG_CALL("tcp_slowtimo");
135 DEBUG_CALL("tcp_timers");
socket.c 95 DEBUG_CALL("sopreprbuf");
161 DEBUG_CALL("soread");
221 DEBUG_CALL("soreadbuf");
269 DEBUG_CALL("sorecvoob");
299 DEBUG_CALL("sosendoob");
357 DEBUG_CALL("sowrite");
449 DEBUG_CALL("sorecvfrom");
553 DEBUG_CALL("sosendto");
602 DEBUG_CALL("solisten");
tcp_subr.c 109 DEBUG_CALL("tcp_respond");
229 DEBUG_CALL("tcp_drop");
259 DEBUG_CALL("tcp_close");
331 DEBUG_CALL("tcp_sockclosed");
373 DEBUG_CALL("tcp_fconnect");
439 DEBUG_CALL("tcp_connect");
618 DEBUG_CALL("tcp_emu");
    [all...]
ip_input.c 81 DEBUG_CALL("ip_input");
275 DEBUG_CALL("ip_reass");
444 DEBUG_CALL("ip_enq");
472 DEBUG_CALL("ip_slowtimo");
ip_output.c 63 DEBUG_CALL("ip_output");
sbuf.c 76 DEBUG_CALL("sbappend");
ip_icmp.c 78 DEBUG_CALL("icmp_input");
212 DEBUG_CALL("icmp_error");
misc.c 264 DEBUG_CALL("fork_exec");
834 DEBUG_CALL("rsh_exec");
udp.c 84 DEBUG_CALL("udp_input");
262 DEBUG_CALL("udp_output");
debug.c 344 DEBUG_CALL("slirp_exit");
  /external/qemu/slirp-android/
debug.h 22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); }
31 #define DEBUG_CALL(x)
if.c 87 DEBUG_CALL("if_input");
141 DEBUG_CALL("if_output");
245 DEBUG_CALL("if_start");
mbuf.c 52 DEBUG_CALL("m_get");
86 DEBUG_CALL("m_free");
210 DEBUG_CALL("dtom");
tcp_timer.c 52 DEBUG_CALL("tcp_fasttimo");
78 DEBUG_CALL("tcp_slowtimo");
135 DEBUG_CALL("tcp_timers");
socket.c 103 DEBUG_CALL("sopreprbuf");
169 DEBUG_CALL("soread");
229 DEBUG_CALL("soreadbuf");
277 DEBUG_CALL("sorecvoob");
307 DEBUG_CALL("sosendoob");
365 DEBUG_CALL("sowrite");
456 DEBUG_CALL("sorecvfrom");
556 DEBUG_CALL("sosendto");
624 DEBUG_CALL("solisten");
tcp_subr.c 111 DEBUG_CALL("tcp_respond");
231 DEBUG_CALL("tcp_drop");
261 DEBUG_CALL("tcp_close");
333 DEBUG_CALL("tcp_sockclosed");
422 DEBUG_CALL("tcp_fconnect");
595 DEBUG_CALL("tcp_connect");
773 DEBUG_CALL("tcp_emu");
1094 DEBUG_CALL("tcp_ctl");
ip_input.c 81 DEBUG_CALL("ip_input");
275 DEBUG_CALL("ip_reass");
444 DEBUG_CALL("ip_enq");
472 DEBUG_CALL("ip_slowtimo");
ip_output.c 63 DEBUG_CALL("ip_output");
sbuf.c 76 DEBUG_CALL("sbappend");
ip_icmp.c 79 DEBUG_CALL("icmp_input");
214 DEBUG_CALL("icmp_error");
udp.c 91 DEBUG_CALL("udp_input");
317 DEBUG_CALL("udp_output");
misc.c 241 DEBUG_CALL("fork_exec");
800 DEBUG_CALL("rsh_exec");

Completed in 3143 milliseconds

1 2