Statistics
| Branch: | Revision:

root / slirp @ 153859be

Name Size
COPYRIGHT 2.8 kB
bootp.c 8.9 kB
bootp.h 2.9 kB
cksum.c 3.8 kB
ctl.h 139 Bytes
debug.c 11.6 kB
debug.h 1012 Bytes
icmp_var.h 2.5 kB
if.c 7.1 kB
if.h 1.7 kB
ip.h 8.9 kB
ip_icmp.c 10.2 kB
ip_icmp.h 6.1 kB
ip_input.c 17.8 kB
ip_output.c 5.4 kB
libslirp.h 1.3 kB
main.h 1.4 kB
mbuf.c 4.5 kB
mbuf.h 4.6 kB
misc.c 18.3 kB
misc.h 2 kB
sbuf.c 4 kB
sbuf.h 837 Bytes
slirp.c 28.9 kB
slirp.h 6.3 kB
slirp_config.h 4.6 kB
socket.c 17.8 kB
socket.h 3.3 kB
tcp.h 6 kB
tcp_input.c 48.3 kB
tcp_output.c 17 kB
tcp_subr.c 34.6 kB
tcp_timer.c 9.2 kB
tcp_timer.h 5.4 kB
tcp_var.h 9.7 kB
tcpip.h 2.9 kB
tftp.c 8.8 kB
tftp.h 566 Bytes
udp.c 17.1 kB
udp.h 4 kB

Latest revisions

# Date Author Comment
1c6ed9f3 05/28/2009 10:14 am Alexander Graf

User networking: Show active connections

In case you're wondering what connections exactly you have open
or maybe redir'ed in the past, you can't really find out from qemu
right now.

This patch enables you to see all current connections the host
only networking holds open, so you can kill them using the previous...

c1261d8d 05/27/2009 05:46 pm Alexander Graf

User Networking: Enable removal of redirections

Using the new host_net_redir command you can easily create redirections
on the fly while your VM is running.

While that's great, it's missing the removal of redirections, in case you
want to have a port closed again at a later point in time....

0928a95f 05/22/2009 06:50 pm Jan Kiszka

slirp: Reassign same address to same DHCP client

In case a client restarts a DHCP recovery without releasing its old
address, reassign the same address to prevent consuming free addresses
and moving away from the standard client address.

Signed-off-by: Jan Kiszka <>

0a656f5f 05/21/2009 04:30 am malc

Cast pointer arguments of get/setsockopt, send to void * to keep GCC
from producing a warning about pointer type mismatches with Winsock

Signed-off-by: malc <>

001faf32 05/13/2009 08:53 pm Blue Swirl

Replace gcc variadic macro extension with C99 version

Signed-off-by: Blue Swirl <>

b63c7f6b 04/21/2009 10:56 pm aliguori

slirp: Handle DHCP requests for specific IP (Jan Kiszka)

This adds proper handling of the ciaddr field as well as the "Requested
IP Address" option to slirp's DHCP server. If the client requests an
invalid or used IP, a NAK reply is sent, if it requests a specific but...

aeed97c4 04/18/2009 10:32 am blueswir1

Use ANSI prototypes to please sparse

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7176 c046a42c-6fe2-441c-8c8c-71466251a162

aa806132 04/18/2009 10:29 am blueswir1

Move bootp_filename to avoid a sparse warning

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7174 c046a42c-6fe2-441c-8c8c-71466251a162

b9e82a59 04/05/2009 09:03 pm blueswir1

Fix some win32 compile warnings

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6984 c046a42c-6fe2-441c-8c8c-71466251a162

d78f3995 03/16/2009 06:33 pm blueswir1

Delete some unused macros detected with -Wp,-Wunused-macros use

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6856 c046a42c-6fe2-441c-8c8c-71466251a162

View revisions

Also available in: Atom