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

1 2

  /external/qemu/android/utils/
debug.h 23 _VERBOSE_TAG(slirp, "internal router/firewall") \
  /external/qemu/slirp/
cksum.c 33 #include <slirp.h>
if.c 8 #include <slirp.h>
ip_output.c 34 * Changes and additions relating to SLiRP are
41 #include <slirp.h>
mbuf.c 9 * mbuf's in SLiRP are much simpler than the real mbufs in
18 #include <slirp.h>
sbuf.c 8 #include <slirp.h>
tcp_timer.c 33 #include <slirp.h>
bootp.c 24 #include <slirp.h>
debug.c 9 #include <slirp.h>
38 fprintf(dfd,"Slirp %s - Debugging Started.\n", SLIRP_VERSION);
391 lprint("SLIRP statistics code not compiled.\n");
tcp_output.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>
tftp.c 25 #include <slirp.h>
ip_input.c 34 * Changes and additions relating to SLiRP are
41 #include <slirp.h>
  /external/qemu/slirp-android/
cksum.c 33 #include <slirp.h>
if.c 8 #include <slirp.h>
ip_output.c 34 * Changes and additions relating to SLiRP are
41 #include <slirp.h>
mbuf.c 9 * mbuf's in SLiRP are much simpler than the real mbufs in
18 #include <slirp.h>
sbuf.c 8 #include <slirp.h>
tcp_timer.c 33 #include <slirp.h>
bootp.c 24 #include <slirp.h>
debug.c 9 #include <slirp.h>
39 fprintf(dfd,"Slirp %s - Debugging Started.\n", SLIRP_VERSION);
tcp_output.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>
tftp.c 25 #include <slirp.h>
slirp.c 26 #include "slirp.h"
41 #define D(...) VERBOSE_PRINT(slirp,__VA_ARGS__)
42 #define DN(...) do { if (VERBOSE_CHECK(slirp)) dprintn(__VA_ARGS__); } while (0)
53 /* address for slirp virtual addresses */
223 else if (VERBOSE_CHECK(slirp))
231 p = bufprint_temp_file( p, end, "slirp.log" );
233 dprint( "cannot create slirp log file in temporary directory" );
238 dprint( "sending slirp logs with mask %x to %s", slirp_logmask, slirp_logfile );
267 register_savevm("slirp", 0, 1, slirp_state_save, slirp_state_load, NULL);
    [all...]
udp.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>
  /external/qemu/proxy/
proxy_http_rewriter.c 324 * slirp_fd is connected to the slirp code through a
411 * pair and send a 'success' event to slirp */
944 int slirp = conn->slirp_fd; local
956 proxy_select_set( sel, slirp, PROXY_SELECT_READ );
965 proxy_select_set( sel, slirp, PROXY_SELECT_READ );
977 proxy_select_set( sel, slirp, PROXY_SELECT_WRITE );
982 proxy_select_set( sel, slirp, PROXY_SELECT_WRITE );
998 int slirp = conn->slirp_fd; local
1000 int has_slirp = proxy_select_poll(sel, slirp);
1035 ret = rewrite_connection_read_headers(conn, slirp);
    [all...]

Completed in 249 milliseconds

1 2