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

1 2 3

  /external/qemu/slirp/
COPYRIGHT 0 Slirp was written by Danny Gasparovski.
4 Slirp is maintained by Kelly Price <tygris+slirp@erols.com>
6 Slirp is free software; "free" as in you don't have to pay for it, and you
8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
10 *everyone* who finds Slirp useful to make a small donation to their
45 Slirp, that's your loss not mine. So, ***USE AT YOUR OWN RISK!***.
51 Slirp uses code that is copyrighted by the following people/organizations:
slirp_config.h 21 /* Define if you want slirp's socket in /tmp */
25 /* Define if you want slirp to use cfsetXspeed() on the terminal */
28 /* Define this if you want slirp to write to the tty as fast as it can */
29 /* This should only be set if you are using load-balancing, slirp does a */
36 * Define if you want slirp to use less CPU
39 * This is mainly for sysadmins who have many slirp users
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>
debug.c 9 #include <slirp.h>
38 fprintf(dfd,"Slirp %s - Debugging Started.\n", SLIRP_VERSION);
391 lprint("SLIRP statistics code not compiled.\n");
ip_icmp.c 33 #include "slirp.h"
42 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
cksum.c 33 #include <slirp.h>
mbuf.h 49 /* XXX About mbufs for slirp:
misc.c 8 #include <slirp.h>
244 * do_pty = 1 Fork/exec using slirp.telnetd
343 /* Setup "slirp.telnetd -x" */
344 argv[i++] = "slirp.telnetd";
sbuf.c 8 #include <slirp.h>
slirp.h 8 // Uncomment the following line to enable SLIRP statistics printing in Qemu
  /external/qemu/slirp-android/
COPYRIGHT 0 Slirp was written by Danny Gasparovski.
4 Slirp is maintained by Kelly Price <tygris+slirp@erols.com>
6 Slirp is free software; "free" as in you don't have to pay for it, and you
8 monetary or otherwise, for Slirp. Instead, I would ask you to pass this
10 *everyone* who finds Slirp useful to make a small donation to their
45 Slirp, that's your loss not mine. So, ***USE AT YOUR OWN RISK!***.
51 Slirp uses code that is copyrighted by the following people/organizations:
slirp_config.h 21 /* Define if you want slirp's socket in /tmp */
25 /* Define if you want slirp to use cfsetXspeed() on the terminal */
28 /* Define this if you want slirp to write to the tty as fast as it can */
29 /* This should only be set if you are using load-balancing, slirp does a */
36 * Define if you want slirp to use less CPU
39 * This is mainly for sysadmins who have many slirp users
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>
libslirp.h 7 #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...]
ip_icmp.c 33 #include "slirp.h"
43 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
cksum.c 33 #include <slirp.h>
mbuf.h 49 /* XXX About mbufs for slirp:
misc.c 9 #include <slirp.h>
224 * do_pty = 1 Fork/exec using slirp.telnetd
309 /* Setup "slirp.telnetd -x" */
310 argv[i++] = "slirp.telnetd";
  /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...]
proxy_common.h 61 * only IPv4 is supported at the moment, since our slirp code cannot handle IPv6
  /external/qemu/android/utils/
debug.h 23 _VERBOSE_TAG(slirp, "internal router/firewall") \
  /external/qemu/
net.h 19 rate-limit the slirp code. */

Completed in 400 milliseconds

1 2 3