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

12 3

  /external/qemu/slirp-android/
sbuf.c 8 #include <slirp.h>
slirp.h 8 // Uncomment the following line to enable SLIRP statistics printing in Qemu
debug.c 9 #include <slirp.h>
39 fprintf(dfd,"Slirp %s - Debugging Started.\n", SLIRP_VERSION);
udp.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>
bootp.c 24 #include <slirp.h>
if.c 8 #include <slirp.h>
tcp_subr.c 34 * Changes and additions relating to SLiRP
42 #include <slirp.h>
746 * NOTE: It's possible to crash SLiRP by sending it
1081 * Do misc. config of SLiRP while its running.
1159 sb->sb_cc = sprintf(sb->sb_wptr, "Slirp command-line ready (type \"help\" for help).\r\nSlirp> ");
tcp_timer.c 33 #include <slirp.h>
tftp.c 25 #include <slirp.h>
ip_input.c 34 * Changes and additions relating to SLiRP are
41 #include <slirp.h>
tcp_output.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>
  /external/qemu/
sysemu.h 94 /* SLIRP */
Makefile.common 522 slirp.c \
531 common_LOCAL_SRC_FILES += $(SLIRP_SOURCES:%=slirp-android/%)
532 EMULATOR_LIBQEMU_CFLAGS += -I$(LOCAL_PATH)/slirp-android
qemu-monitor.hx 88 @item info slirp
89 show SLIRP statistics (if available)
net-android.c 687 /* slirp network adapter */
793 printf("slirp output:\n");
817 printf("slirp input:\n");
842 /* slirp only supports a single instance so far */
    [all...]
net.c 654 /* slirp network adapter */
681 printf("slirp output:\n");
697 printf("slirp input:\n");
715 /* slirp only supports a single instance so far */
    [all...]
  /external/qemu/slirp/
tcp_subr.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>
591 * NOTE: It's possible to crash SLiRP by sending it
949 n = sprintf(so_snd->sb_wptr, "Slirp> ");
    [all...]
bootp.c 24 #include <slirp.h>
if.c 8 #include <slirp.h>
slirp.c 26 #include "slirp.h"
36 /* address for slirp virtual addresses */
176 // debug_init("/tmp/slirp.log", DEBUG_DEFAULT);
209 register_savevm("slirp", 0, 1, slirp_state_save, slirp_state_load, NULL);
tcp_timer.c 33 #include <slirp.h>
tftp.c 25 #include <slirp.h>
ip_input.c 34 * Changes and additions relating to SLiRP are
41 #include <slirp.h>
tcp_output.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>
udp.c 34 * Changes and additions relating to SLiRP
41 #include <slirp.h>

Completed in 254 milliseconds

12 3