| .. |
|
COPYRIGHT
|
Remove the advertising clause from the slirp license
|
17 years ago |
|
Makefile.objs
|
slirp: add a fake NC-SI backend
|
9 years ago |
|
arp_table.c
|
slirp: Clean up includes
|
10 years ago |
|
bootp.c
|
slirp: check len against dhcp options array end
|
9 years ago |
|
bootp.h
|
Clean up decorations and whitespace around header guards
|
10 years ago |
|
cksum.c
|
Use #include "..." for our own headers, <...> for others
|
10 years ago |
|
debug.h
|
slirp: Cleanup and basic reanimation of debug code
|
17 years ago |
|
dhcpv6.c
|
slirp, disas: Replace min/max with MIN/MAX macros
|
9 years ago |
|
dhcpv6.h
|
slirp: add in6_dhcp_multicast()
|
8 years ago |
|
dnssearch.c
|
slirp: Use DIV_ROUND_UP
|
10 years ago |
|
if.c
|
slirp: Add a special case for the NULL socket
|
9 years ago |
|
if.h
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
ip.h
|
slirp: removed unused code
|
8 years ago |
|
ip6.h
|
slirp: use DIV_ROUND_UP
|
9 years ago |
|
ip6_icmp.c
|
slirp: avoid IN6_IS_ADDR_UNSPECIFIED(), rather use in6_zero()
|
8 years ago |
|
ip6_icmp.h
|
Clean up header guards that don't match their file name
|
10 years ago |
|
ip6_input.c
|
slirp: Allow disabling IPv4 or IPv6
|
10 years ago |
|
ip6_output.c
|
slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration
|
10 years ago |
|
ip_icmp.c
|
slirp: fix pinging the virtual ipv4 DNS server
|
9 years ago |
|
ip_icmp.h
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
ip_input.c
|
Use #include "..." for our own headers, <...> for others
|
10 years ago |
|
ip_output.c
|
Use #include "..." for our own headers, <...> for others
|
10 years ago |
|
libslirp.h
|
slirp: remove unnecessary struct declaration
|
8 years ago |
|
main.h
|
Clean up decorations and whitespace around header guards
|
10 years ago |
|
mbuf.c
|
slirp: Convert mbufs to use g_malloc() and g_free()
|
9 years ago |
|
mbuf.h
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
misc.c
|
slirp: fork_exec(): Don't close() a negative number in fork_exec()
|
9 years ago |
|
misc.h
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
ncsi-pkt.h
|
slirp: add a fake NC-SI backend
|
9 years ago |
|
ncsi.c
|
slirp: add a fake NC-SI backend
|
9 years ago |
|
ndp_table.c
|
slirp: avoid IN6_IS_ADDR_UNSPECIFIED(), rather use in6_zero()
|
8 years ago |
|
sbuf.c
|
slirp: Handle error returns from sosendoob()
|
9 years ago |
|
sbuf.h
|
slirp: VMStatify sbuf
|
9 years ago |
|
slirp.c
|
migration: pre_save return int
|
9 years ago |
|
slirp.h
|
slirp: remove unused header
|
8 years ago |
|
slirp_config.h
|
slirp: Remove obsolete backward-compatibility cruft
|
10 years ago |
|
socket.c
|
slirp: fix clearing ifq_so from pending packets
|
9 years ago |
|
socket.h
|
slirp: VMStatify socket level
|
9 years ago |
|
tcp.h
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
tcp_input.c
|
slirp: Fix wrong mss bug.
|
9 years ago |
|
tcp_output.c
|
slirp, disas: Replace min/max with MIN/MAX macros
|
9 years ago |
|
tcp_subr.c
|
slirp: don't zero the whole ti_i when m == NULL
|
9 years ago |
|
tcp_timer.c
|
slirp, disas: Replace min/max with MIN/MAX macros
|
9 years ago |
|
tcp_timer.h
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
tcp_var.h
|
slirp: VMState conversion; tcpcb
|
9 years ago |
|
tcpip.h
|
slirp, disas: Replace min/max with MIN/MAX macros
|
9 years ago |
|
tftp.c
|
slirp: tftp, copy sockaddr_size
|
9 years ago |
|
tftp.h
|
slirp: support dynamic block size for TFTP transfers
|
9 years ago |
|
udp.c
|
slirp: Check qemu_socket() return value in udp_listen()
|
9 years ago |
|
udp.h
|
Clean up ill-advised or unusual header guards
|
10 years ago |
|
udp6.c
|
slirp: add in6_dhcp_multicast()
|
8 years ago |