Statistics
| Branch: | Revision:

root / slirp @ 20c24bf2

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.9 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 <>

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

slirp: tftp: Cleanup tftp_prefix check

Perform check for set prefix early (if it's not given, tftp is disabled)
and drop redundant second check.

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

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

slirp: tftp: Clean up tftp_send_error

The return code of tftp_send_error is not used, drop it. And also make
sure to always terminate the session.

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

20c24bf2 06/29/2009 04:52 pm Jan Kiszka

slirp: tftp: Refactor tftp_handle_rrq

Specifically make the filename extraction more readable, and always
report errors back to the client.

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 <>

View revisions

Also available in: Atom