]> git.proxmox.com Git - qemu.git/commit - slirp/bootp.h
initial user mode network support
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Apr 2004 00:10:48 +0000 (00:10 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Apr 2004 00:10:48 +0000 (00:10 +0000)
commitf0cbd3ec9f4a3de1a9ef94deda09704543889f44
tree153d540a8c714054614f5f368a3d23432f915f17
parent7c1f25b46a7c9c4b953976631ae94a07e4ba531a
initial user mode network support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@733 c046a42c-6fe2-441c-8c8c-71466251a162
37 files changed:
slirp/bootp.c [new file with mode: 0644]
slirp/bootp.h [new file with mode: 0644]
slirp/cksum.c [new file with mode: 0644]
slirp/ctl.h [new file with mode: 0644]
slirp/debug.c [new file with mode: 0644]
slirp/debug.h [new file with mode: 0644]
slirp/icmp_var.h [new file with mode: 0644]
slirp/if.c [new file with mode: 0644]
slirp/if.h [new file with mode: 0644]
slirp/ip.h [new file with mode: 0644]
slirp/ip_icmp.c [new file with mode: 0644]
slirp/ip_icmp.h [new file with mode: 0644]
slirp/ip_input.c [new file with mode: 0644]
slirp/ip_output.c [new file with mode: 0644]
slirp/libslirp.h [new file with mode: 0644]
slirp/main.h [new file with mode: 0644]
slirp/mbuf.c [new file with mode: 0644]
slirp/mbuf.h [new file with mode: 0644]
slirp/misc.c [new file with mode: 0644]
slirp/misc.h [new file with mode: 0644]
slirp/sbuf.c [new file with mode: 0644]
slirp/sbuf.h [new file with mode: 0644]
slirp/slirp.c [new file with mode: 0644]
slirp/slirp.h [new file with mode: 0644]
slirp/slirp_config.h [new file with mode: 0644]
slirp/socket.c [new file with mode: 0644]
slirp/socket.h [new file with mode: 0644]
slirp/tcp.h [new file with mode: 0644]
slirp/tcp_input.c [new file with mode: 0644]
slirp/tcp_output.c [new file with mode: 0644]
slirp/tcp_subr.c [new file with mode: 0644]
slirp/tcp_timer.c [new file with mode: 0644]
slirp/tcp_timer.h [new file with mode: 0644]
slirp/tcp_var.h [new file with mode: 0644]
slirp/tcpip.h [new file with mode: 0644]
slirp/udp.c [new file with mode: 0644]
slirp/udp.h [new file with mode: 0644]