OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slirp
(Results
1 - 25
of
56
) 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>
slirp.c
26
#include "
slirp
.h"
35
#define D(...) VERBOSE_PRINT(
slirp
,__VA_ARGS__)
36
#define DN(...) do { if (VERBOSE_CHECK(
slirp
)) dprintn(__VA_ARGS__); } while (0)
47
/* address for
slirp
virtual addresses */
217
else if (VERBOSE_CHECK(
slirp
))
225
p = bufprint_temp_file( p, end, "
slirp
.log" );
227
dprint( "cannot create
slirp
log file in temporary directory" );
232
dprint( "sending
slirp
logs with mask %x to %s", slirp_logmask, slirp_logfile );
261
register_savevm("
slirp
", 0, 1, slirp_state_save, slirp_state_load, NULL);
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
403
* pair and send a 'success' event to
slirp
*/
905
int
slirp
= conn->slirp_fd;
local
917
proxy_select_set( sel,
slirp
, PROXY_SELECT_READ );
926
proxy_select_set( sel,
slirp
, PROXY_SELECT_READ );
938
proxy_select_set( sel,
slirp
, PROXY_SELECT_WRITE );
943
proxy_select_set( sel,
slirp
, PROXY_SELECT_WRITE );
959
int
slirp
= conn->slirp_fd;
local
961
int has_slirp = proxy_select_poll(sel,
slirp
);
996
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
20
rate-limit the
slirp
code. */
Makefile.android
436
# (e.g.
slirp
-android/network support)
498
# include
slirp
-android code, i.e. the user-level networking stuff
501
mbuf.c misc.c sbuf.c
slirp
.c socket.c tcp_input.c tcp_output.c \
504
LOCAL_SRC_FILES += $(SLIRP_SOURCES:%=
slirp
-android/%)
505
LOCAL_CFLAGS += -I$(LOCAL_PATH)/
slirp
-android
Completed in 79 milliseconds
1
2
3