qemu-e2k/slirp
Marc-André Lureau df2ad332da slirp: drop <Vista compatibility
Since commit 12f8def0e0 (v2.9), qemu
requires Vista. Let's remove some conditional code.

Note that this introduces a missing declaration warning with mingw.
warning: implicit declaration of function 'inet_ntop'

See also: https://sourceforge.net/p/mingw-w64/mailman/message/36473782/

We could workaround it by declaring it ourself depending on __MINGW64_VERSION_*:
WINSOCK_API_LINKAGE INT WSAAPI inet_pton(int Family, PCTSTR pszAddrString, PVOID pAddrBuf);

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2019-01-14 00:44:29 +01:00
..
arp_table.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
bootp.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
bootp.h slirp: Implement RFC2132 TFTP server name 2018-10-21 21:24:55 +02:00
cksum.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
COPYRIGHT
debug.h slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
dhcpv6.c slirp: add a callback to log guest errors 2019-01-14 00:43:30 +01:00
dhcpv6.h slirp: add in6_dhcp_multicast() 2018-01-14 18:16:13 +01:00
dnssearch.c
if.c slirp: remove FULL_BOLT 2019-01-14 00:40:54 +01:00
if.h
ip6_icmp.c slirp: drop <Vista compatibility 2019-01-14 00:44:29 +01:00
ip6_icmp.h slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent 2019-01-14 00:40:54 +01:00
ip6_input.c
ip6_output.c
ip6.h slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent 2019-01-14 00:40:54 +01:00
ip_icmp.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
ip_icmp.h
ip_input.c slirp: remove #if notdef dead code 2019-01-14 00:44:10 +01:00
ip_output.c
ip.h slirp: replace SIZEOF_CHAR_P with glib equivalent 2019-01-14 00:40:54 +01:00
libslirp.h slirp: add a callback to log guest errors 2019-01-14 00:43:30 +01:00
main.h slirp: remove unused HAVE_SYS_SELECT_H 2019-01-14 00:40:54 +01:00
Makefile.objs slirp: add a fake NC-SI backend 2017-04-25 19:17:25 +08:00
mbuf.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
mbuf.h slirp: remove unused M_TRAILINGSPACE 2019-01-14 00:40:54 +01:00
misc.c slirp: Enable fork_exec support on Windows 2019-01-14 00:44:29 +01:00
misc.h slirp: fix slirp_add_exec() leaks 2019-01-14 00:40:54 +01:00
ncsi-pkt.h slirp: add a fake NC-SI backend 2017-04-25 19:17:25 +08:00
ncsi.c slirp: replace ARRAY_SIZE with G_N_ELEMENTS 2019-01-14 00:44:29 +01:00
ndp_table.c slirp: drop <Vista compatibility 2019-01-14 00:44:29 +01:00
sbuf.c slirp: Handle error returns from sosendoob() 2017-07-15 14:28:25 +02:00
sbuf.h slirp: remove unused sbflush() 2019-01-14 00:44:10 +01:00
slirp.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
slirp.h slirp: NULL is defined by stddef.h 2019-01-14 00:44:10 +01:00
socket.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
socket.h slirp: rename /extra/chardev 2019-01-14 00:40:54 +01:00
tcp_input.c slirp: remove dead TCP_ACK_HACK code 2019-01-14 00:44:29 +01:00
tcp_output.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
tcp_subr.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
tcp_timer.c slirp: replace compile time DO_KEEPALIVE 2019-01-14 00:43:30 +01:00
tcp_timer.h
tcp_var.h slirp: VMState conversion; tcpcb 2017-04-29 18:44:16 +02:00
tcp.h slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent 2019-01-14 00:40:54 +01:00
tcpip.h
tftp.c slirp: replace ARRAY_SIZE with G_N_ELEMENTS 2019-01-14 00:44:29 +01:00
tftp.h
trace-events slirp: add tftp tracing 2019-01-14 00:40:54 +01:00
udp6.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
udp.c slirp: improve a bit the debug macros 2019-01-14 00:43:30 +01:00
udp.h