Sign in
qemu
/
qemu
/
3ff48453e894990ea6495574037e70ed9b91947e
/
slirp
/
slirp.h
847b2557
slirp: remove unused header
by Philippe Mathieu-Daudé
· 7 years ago
e2aad34
slirp: Fix intermittent send queue hangs on a socket
by Kevin Cernekee
· 7 years ago
47bb83c
slirp: add a fake NC-SI backend
by Cédric Le Goater
· 8 years ago
893dcdb
slirp, disas: Replace min/max with MIN/MAX macros
by Yuval Shaia
· 8 years ago
1f8b56e
slirp: Rename "struct arphdr" to "struct slirp_arphdr"
by Thomas Huth
· 8 years ago
121d071
Clean up header guards that don't match their file name
by Markus Armbruster
· 8 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
87776ab
qemu-common: stop including qemu/host-utils.h from qemu-common.h
by Paolo Bonzini
· 9 years ago
2cdc848
slirp: Remove some unused code from slirp.h
by Thomas Huth
· 9 years ago
5469fea
slirp: Remove obsolete backward-compatibility cruft
by Thomas Huth
· 9 years ago
3424c8a
wxx: Fix broken TCP networking (regression)
by Stefan Weil
· 9 years ago
0b11c03
slirp: Allow disabling IPv4 or IPv6
by Samuel Thibault
· 9 years ago
67e3eee
Avoid embedding struct mbuf in other structures
by Samuel Thibault
· 9 years ago
4674da1
slirp/slirp.h: Remove now-empty #ifdefs
by Peter Maydell
· 9 years ago
05061d8
slirp: Adding IPv6 address for DNS relay
by Guillaume Subiron
· 9 years ago
9dfbf25
slirp: Generalizing and neutralizing various TCP functions before adding IPv6 stuff
by Guillaume Subiron
· 9 years ago
0d6ff71
slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
by Guillaume Subiron
· 9 years ago
a2d96af
osdep: add wrappers for socket functions
by Daniel P. Berrange
· 9 years ago
30456d5
all: Clean up includes
by Peter Maydell
· 9 years ago
cc573a6
slirp: Adding family argument to tcp_fconnect()
by Guillaume Subiron
· 9 years ago
9c7ffe2
ether/slirp: Avoid redefinition of the same constants
by Dr. David Alan Gilbert
· 9 years ago
02d1608
slirp: Remove default_mon usage
by Cole Robinson
· 11 years ago
fe0ff43
slirp: make timeout local
by Liu Ping Fan
· 11 years ago
b6d9439
slirp: remove unused field tt
by Blue Swirl
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
63d2960
slirp: Add domain-search option to slirp's DHCP server
by Klaus Stengel
· 12 years ago
acf126b
w32: Move defines for socket specific errors to qemu-os-win32.h
by Stefan Weil
· 13 years ago
5668896
w32/slirp: Undefine error constants before their redefinition
by Jan Kiszka
· 13 years ago
b722105
slirp: clean up conflicts with system headers
by Paolo Bonzini
· 13 years ago
a68adc2
slirp: Cleanup resources on instance removal
by Jan Kiszka
· 13 years ago
f373431
slirp: Remove unneeded if_queued
by Jan Kiszka
· 13 years ago
953e7f5
slirp: Prevent recursion of if_start
by Jan Kiszka
· 13 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 13 years ago
5a371a2
slirp: Fix types of IP address parameters
by Jan Kiszka
· 13 years ago
1a0ca1e
Simple ARP table
by Fabien Chouteau
· 13 years ago
e6d43cf
slirp: Forward ICMP echo requests via unprivileged sockets
by Jan Kiszka
· 13 years ago
64b85a8
Delete useless 'extern' qualifiers for functions
by Blue Swirl
· 14 years ago
9eca6cc
slirp: Remove unused code for bad sprintf
by Stefan Weil
· 14 years ago
8b7968f
Use GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
4a2b39d
slirp: Silence warning on Haiku
by Andreas Färber
· 14 years ago
08dc07a
slirp: Remove declarations which are no longer needed
by Stefan Weil
· 14 years ago
b6dce92
slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
by Stefan Weil
· 14 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 15 years ago
aaf10d9
slirp: Use monotonic clock if available (v2)
by Ed Swierk
· 15 years ago
6cb9c6d
Fix breakage by obsolete _P() for good
by Blue Swirl
· 15 years ago
b1c99fc
slirp: Enable multiple instances
by Jan Kiszka
· 16 years ago
ad0d8c4
slirp: Allocate/free stack instance dynamically
by Jan Kiszka
· 16 years ago
9f8bd04
slirp: Use internal state in interface
by Jan Kiszka
· 16 years ago
460fec6
slirp: Factor out internal state structure
by Jan Kiszka
· 16 years ago
ee9be58
slirp: Drop unused icmp_var.h
by Jan Kiszka
· 16 years ago
9f34949
slirp: Cleanup and basic reanimation of debug code
by Jan Kiszka
· 16 years ago
0fe6a7f
slirp: Drop statistic code
by Jan Kiszka
· 16 years ago
0d62c4c
slirp: Drop dead code
by Jan Kiszka
· 16 years ago
a13a412
slirp: Rework internal configuration
by Jan Kiszka
· 16 years ago
49dc768
Fix windows build and clean up use of <windows.h>
by aliguori
· 16 years ago
61dca5a
Fix _P use on OpenBSD
by blueswir1
· 16 years ago
429d0a3
Fix 64 bit issue in slirp
by blueswir1
· 16 years ago
36bae8d
Fix inline use warnings from sparse
by blueswir1
· 16 years ago
eb38c52
Fix most warnings that would be caused by gcc flag -Wundef
by blueswir1
· 16 years ago
116842e
Missing include for Slirp on win32 (Eduardo Felipe).
by balrog
· 17 years ago
4fddf62
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
by ths
· 17 years ago
5fa0ab8
use config-host.h instead of config.h
by bellard
· 17 years ago
7878ff6
Add const etc. to places forgotten from the previous commit
by blueswir1
· 17 years ago
9634d90
Use const and static as needed, disable unused code
by blueswir1
· 17 years ago
31a60e2
Make Slirp statistics gathering and output conditional to LOG_ENABLED
by blueswir1
· 17 years ago
3444413
windows header fix
by bellard
· 20 years ago
ef6ff6b
removed warning
by bellard
· 20 years ago
6d46bf8
win32 fix
by bellard
· 20 years ago
02d2c54
windows fixes (Gregory Alexander)
by bellard
· 20 years ago
c7f7464
TFTP support (Magnus Damm)
by bellard
· 20 years ago
379ff53
win32 compile
by bellard
· 20 years ago
ee2654a
removed unused includes - BSD port
by bellard
· 20 years ago
170c6f8
header fix
by bellard
· 21 years ago
9fafc9e
avoid errno variable name
by bellard
· 21 years ago
f0cbd3e
initial user mode network support
by bellard
· 21 years ago