Statistics
| Branch: | Revision:

root / slirp @ 151f7749

Name Size
COPYRIGHT 2.8 kB
bootp.c 8.8 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 1022 Bytes
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 27.6 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
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

49dc768d 03/08/2009 06:26 pm aliguori

Fix windows build and clean up use of <windows.h>

We want to globally define WIN_LEAN_AND_MEAN and WINVER to particular values so
let's do it in OS_CFLAGS.

Then, we can pepper in windows.h includes where using #includes that require it.

Signed-off-by: Anthony Liguori <>...

511d2b14 03/07/2009 05:32 pm blueswir1

Sparse fixes: NULL use, header order, ANSI prototypes, static

Fix Sparse warnings: * use NULL instead of plain 0 * rearrange header include order to avoid redefining types accidentally * ANSIfy SLIRP * avoid "restrict" keyword * add static

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

376253ec 03/06/2009 01:01 am aliguori

monitor: Rework API (Jan Kiszka)

Refactor the monitor API and prepare it for decoupled terminals:
term_print functions are renamed to monitor_* and all monitor services
gain a new parameter (mon) that will once refer to the monitor instance
the output is supposed to appear on. However, the argument remains...

View revisions

Also available in: Atom