Home
last modified time | relevance | path

Searched refs:slirp (Results 1 – 9 of 9) sorted by relevance

/external/qemu/proxy/
Dproxy_http_rewriter.c944 int slirp = conn->slirp_fd; in rewrite_connection_select() local
956 proxy_select_set( sel, slirp, PROXY_SELECT_READ ); in rewrite_connection_select()
965 proxy_select_set( sel, slirp, PROXY_SELECT_READ ); in rewrite_connection_select()
977 proxy_select_set( sel, slirp, PROXY_SELECT_WRITE ); in rewrite_connection_select()
982 proxy_select_set( sel, slirp, PROXY_SELECT_WRITE ); in rewrite_connection_select()
998 int slirp = conn->slirp_fd; in rewrite_connection_poll() local
1000 int has_slirp = proxy_select_poll(sel, slirp); in rewrite_connection_poll()
1035 ret = rewrite_connection_read_headers(conn, slirp); in rewrite_connection_poll()
1067 ret = rewrite_connection_read_body(conn, slirp); in rewrite_connection_poll()
1104 ret = proxy_connection_send(conn->root, slirp); in rewrite_connection_poll()
[all …]
/external/qemu/android/utils/
Ddebug.h23 _VERBOSE_TAG(slirp, "internal router/firewall") \
/external/qemu/
DMakefile.common541 slirp.c \
550 common_LOCAL_SRC_FILES += $(SLIRP_SOURCES:%=slirp-android/%)
551 EMULATOR_LIBQEMU_CFLAGS += -I$(LOCAL_PATH)/slirp-android
DCHANGES.TXT801 - disable networking code's logging to /tmp/slirp.log
860 - as a special case, -debug-slirp enables logging of the router/firewall
861 operations to a temporary file (e.g. /tmp/android/slirp.log). you can
Dqemu-monitor.hx88 @item info slirp
DChangelog209 - slirp fixes (Ed Swierk et al.)
/external/qemu/slirp-android/
DCOPYRIGHT4 Slirp is maintained by Kelly Price <tygris+slirp@erols.com>
Dslirp.c41 #define D(...) VERBOSE_PRINT(slirp,__VA_ARGS__)
42 #define DN(...) do { if (VERBOSE_CHECK(slirp)) dprintn(__VA_ARGS__); } while (0)
223 else if (VERBOSE_CHECK(slirp)) in slirp_init()
/external/qemu/slirp/
DCOPYRIGHT4 Slirp is maintained by Kelly Price <tygris+slirp@erols.com>