HomeSort by relevance Sort by last modified time
    Searched full:slirp (Results 26 - 50 of 56) 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
tcp_subr.c 34 * Changes and additions relating to SLiRP
42 #include <slirp.h>
622 * NOTE: It's possible to crash SLiRP by sending it
957 * Do misc. config of SLiRP while its running.
1035 sb->sb_cc = sprintf(sb->sb_wptr, "Slirp command-line ready (type \"help\" for help).\r\nSlirp> ");
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_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 93 /* SLIRP */
qemu-monitor.hx 88 @item info slirp
89 show SLIRP statistics (if available)
CHANGES.TXT 738 - disable networking code's logging to /tmp/slirp.log
797 - as a special case, -debug-slirp enables logging of the router/firewall
798 operations to a temporary file (e.g. /tmp/android/slirp.log). you can
    [all...]
net-android.c 659 /* slirp network adapter */
759 printf("slirp output:\n");
778 printf("slirp input:\n");
799 /* 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 75 milliseconds

12 3