Statistics
| Branch: | Revision:

root / slirp @ ee9be587

Name Size
COPYRIGHT 2.8 kB
bootp.c 8.7 kB
bootp.h 2.9 kB
cksum.c 3.8 kB
debug.h 865 Bytes
if.c 5.6 kB
if.h 895 Bytes
ip.h 7.3 kB
ip_icmp.c 9.8 kB
ip_icmp.h 6.1 kB
ip_input.c 16.8 kB
ip_output.c 4.8 kB
libslirp.h 1.3 kB
main.h 1.5 kB
mbuf.c 4.3 kB
mbuf.h 4.3 kB
misc.c 10.7 kB
misc.h 1.8 kB
sbuf.c 3.8 kB
sbuf.h 837 Bytes
slirp.c 29.3 kB
slirp.h 6 kB
slirp_config.h 4.6 kB
socket.c 17.2 kB
socket.h 3.4 kB
tcp.h 5.9 kB
tcp_input.c 41 kB
tcp_output.c 14 kB
tcp_subr.c 25.4 kB
tcp_timer.c 8.4 kB
tcp_timer.h 5.3 kB
tcp_var.h 6.6 kB
tcpip.h 2.9 kB
tftp.c 8.7 kB
tftp.h 566 Bytes
udp.c 16.4 kB
udp.h 3.2 kB

Latest revisions

# Date Author Comment
ee9be587 06/29/2009 04:52 pm Jan Kiszka

slirp: Drop unused icmp_var.h

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

9c12a6f2 06/29/2009 04:52 pm Jan Kiszka

slirp: Do not allow to remove non-hostfwd sockets

Prevent that the users accidentally shoots down dynamic sockets. This
allows to remove looping for removals as there can now only be one
match.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

4a82347a 06/29/2009 04:52 pm Jan Kiszka

slirp: Mark sockets of incoming TCP connections

Required for pretty-printing.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

6dbe553f 06/29/2009 04:52 pm Jan Kiszka

slirp: Add info usernet for dumping connection states

Break out sockstats from the slirp statistics and present them under the
new info category "usernet". This patch also improves the current output
/wrt proper reporting connection source and destination....

0d62c4cf 06/29/2009 04:52 pm Jan Kiszka

slirp: Drop dead code

After all its years inside the qemu tree, there is no point in keeping
the dead code paths of slirp. This patch is a first round of removing
usually commented out code parts. More cleanups need to follow (and
maybe finally a proper reindention)....

0fe6a7f2 06/29/2009 04:52 pm Jan Kiszka

slirp: Drop statistic code

As agreed on the mailing list, there is no interest in keeping the
usually disabled slirp statistics in the tree. So this patch removes
them.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

9f349498 06/29/2009 04:52 pm Jan Kiszka

slirp: Cleanup and basic reanimation of debug code

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

3c6a0580 06/29/2009 04:52 pm Jan Kiszka

slirp: Bind support for host forwarding rules

Extend the hostfwd rule format so that the user can specify on which
host interface qemu should listen for incoming connections. If omitted,
binding will takes place against all interfaces.

Signed-off-by: Jan Kiszka <>...

f932b6ce 06/29/2009 04:52 pm Jan Kiszka

slirp: Prepare for persistent socket state flags

This prepares for adding flags to socket.so_state that must not be
removed during the lifetime of a socket.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

6dd5ffb6 06/29/2009 04:52 pm Jan Kiszka

slirp: Explicitely mark host-forwarding sockets

Mark sockets that describe host forwardings. This is required for their
(and only their) proper deletion and for pretty-printing.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

View revisions

Also available in: Atom