.. |
arp_table.c
|
slirp: replace DEBUG_ARGS with DEBUG_ARG
|
2019-01-14 00:44:29 +01:00 |
bootp.c
|
slirp: no need to make DPRINTF conditional on DEBUG
|
2019-01-14 00:44:29 +01:00 |
bootp.h
|
slirp: Implement RFC2132 TFTP server name
|
2018-10-21 21:24:55 +02:00 |
cksum.c
|
slirp: call into g_debug() for DEBUG macros
|
2019-01-14 23:36:38 +01:00 |
COPYRIGHT
|
|
|
debug.h
|
slirp: replace trace functions with DEBUG calls
|
2019-02-07 15:49:08 +02:00 |
dhcpv6.c
|
slirp: remove now useless QEMU headers inclusions
|
2019-02-07 15:49:08 +02:00 |
dhcpv6.h
|
slirp: add in6_dhcp_multicast()
|
2018-01-14 18:16:13 +01:00 |
dnssearch.c
|
|
|
if.c
|
slirp: remove qemu timer.h dependency
|
2019-02-07 15:49:08 +02:00 |
if.h
|
|
|
ip6_icmp.c
|
slirp: remove now useless QEMU headers inclusions
|
2019-02-07 15:49:08 +02:00 |
ip6_icmp.h
|
slirp: replace QEMU_PACKED with SLIRP_PACKED
|
2019-02-07 15:49:08 +02:00 |
ip6_input.c
|
slirp: use %p for pointers format
|
2019-01-14 00:44:29 +01:00 |
ip6_output.c
|
slirp: use %p for pointers format
|
2019-01-14 00:44:29 +01:00 |
ip6.h
|
slirp: replace net/eth.h inclusion with own defines
|
2019-02-07 15:49:08 +02:00 |
ip_icmp.c
|
slirp: add unregister_poll_fd() callback
|
2019-02-07 15:49:08 +02: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 QEMU_PACKED with SLIRP_PACKED
|
2019-02-07 15:49:08 +02:00 |
libslirp.h
|
slirp: do not include qemu headers in libslirp.h public API header
|
2019-02-07 15:49:08 +02:00 |
main.h
|
slirp: remove unused HAVE_SYS_SELECT_H
|
2019-01-14 00:40:54 +01:00 |
Makefile.objs
|
slirp: move QEMU state saving to a separate unit
|
2019-02-07 15:49:08 +02: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: remove now useless QEMU headers inclusions
|
2019-02-07 15:49:08 +02:00 |
misc.h
|
slirp: generalize guestfwd with a callback based approach
|
2019-02-07 15:49:08 +02:00 |
ncsi-pkt.h
|
|
|
ncsi.c
|
slirp: replace ARRAY_SIZE with G_N_ELEMENTS
|
2019-01-14 00:44:29 +01:00 |
ndp_table.c
|
slirp: replace DEBUG_ARGS with DEBUG_ARG
|
2019-01-14 00:44:29 +01:00 |
sbuf.c
|
slirp: remove now useless QEMU headers inclusions
|
2019-02-07 15:49:08 +02:00 |
sbuf.h
|
slirp: replace qemu_notify_event() with a callback
|
2019-02-07 15:49:08 +02:00 |
slirp.c
|
slirp: remove now useless QEMU headers inclusions
|
2019-02-07 15:49:08 +02:00 |
slirp.h
|
slirp: replace net/eth.h inclusion with own defines
|
2019-02-07 15:49:08 +02:00 |
socket.c
|
slirp: replace qemu_notify_event() with a callback
|
2019-02-07 15:49:08 +02:00 |
socket.h
|
slirp: replace qemu_notify_event() with a callback
|
2019-02-07 15:49:08 +02:00 |
state.c
|
slirp: move QEMU state saving to a separate unit
|
2019-02-07 15:49:08 +02:00 |
state.h
|
slirp: move QEMU state saving to a separate unit
|
2019-02-07 15:49:08 +02:00 |
tcp_input.c
|
slirp: replace qemu_notify_event() with a callback
|
2019-02-07 15:49:08 +02:00 |
tcp_output.c
|
slirp: call into g_debug() for DEBUG macros
|
2019-01-14 23:36:38 +01:00 |
tcp_subr.c
|
slirp: add unregister_poll_fd() callback
|
2019-02-07 15:49:08 +02:00 |
tcp_timer.c
|
slirp: replace compile time DO_KEEPALIVE
|
2019-01-14 00:43:30 +01:00 |
tcp_timer.h
|
|
|
tcp_var.h
|
|
|
tcp.h
|
slirp: replace HOST_WORDS_BIGENDIAN with glib equivalent
|
2019-01-14 00:40:54 +01:00 |
tcpip.h
|
|
|
tftp.c
|
slirp: remove now useless QEMU headers inclusions
|
2019-02-07 15:49:08 +02:00 |
tftp.h
|
|
|
udp6.c
|
slirp: call into g_debug() for DEBUG macros
|
2019-01-14 23:36:38 +01:00 |
udp.c
|
slirp: add unregister_poll_fd() callback
|
2019-02-07 15:49:08 +02:00 |
udp.h
|
|
|
util.c
|
slirp: add slirp own version of pstrcpy
|
2019-02-07 15:49:08 +02:00 |
util.h
|
slirp: replace net/eth.h inclusion with own defines
|
2019-02-07 15:49:08 +02:00 |