QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jan Kiszka f373431977 slirp: Remove unneeded if_queued 15 years ago
..
COPYRIGHT Remove the advertising clause from the slirp license 18 years ago
arp_table.c slirp: Fix types of IP address parameters 15 years ago
bootp.c slirp: Fix assertion failure on rejected DHCP requests 15 years ago
bootp.h slirp: Factor out internal state structure 17 years ago
cksum.c slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
debug.h slirp: Cleanup and basic reanimation of debug code 17 years ago
if.c slirp: Remove unneeded if_queued 15 years ago
if.h slirp: Clean up ifs_init 15 years ago
ip.h Use new macro QEMU_PACKED for packed structures 15 years ago
ip_icmp.c slirp: Prevent sending ICMP error replies to source-only addresses 15 years ago
ip_icmp.h slirp: Forward ICMP echo requests via unprivileged sockets 15 years ago
ip_input.c slirp: Fix unusual "comments" in unused code 15 years ago
ip_output.c slirp: Replace m_freem with m_free 15 years ago
libslirp.h main-loop: create main-loop.c 15 years ago
main.h Delayed IP packets 15 years ago
mbuf.c Delayed IP packets 15 years ago
mbuf.h slirp: Clean up ifs_init 15 years ago
misc.c slirp/misc: fix gcc __warn_memset_zero_len warnings 15 years ago
misc.h slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
sbuf.c slirp: Drop dead code 17 years ago
sbuf.h Fix breakage by obsolete _P() for good 17 years ago
slirp.c slirp: Remove unneeded if_queued 15 years ago
slirp.h slirp: Remove unneeded if_queued 15 years ago
slirp_config.h slirp: Remove unused code for bad sprintf 16 years ago
socket.c Wrap recv to avoid warnings 15 years ago
socket.h slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
tcp.h slirp: Fix bit field types in IP header structs 15 years ago
tcp_input.c slirp: Fix use after release on tcp_input 15 years ago
tcp_output.c slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
tcp_subr.c Remove blanks before \n in output strings 15 years ago
tcp_timer.c More NULL pointer fixes 17 years ago
tcp_timer.h Fix breakage by obsolete _P() for good 17 years ago
tcp_var.h slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago
tcpip.h Remove the advertising clause from the slirp license 18 years ago
tftp.c Use glib memory allocation and free functions 15 years ago
tftp.h slirp: Remove some type casts caused by bad declaration of x.tp_buf 16 years ago
udp.c slirp: Replace m_freem with m_free 15 years ago
udp.h slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types 16 years ago