qemu/slirp
Dr. David Alan Gilbert 9c7ffe2664 ether/slirp: Avoid redefinition of the same constants
eth.h and slirp.h both define ETH_ALEN and ETH_P_IP
rtl8139.c and eth.h both define ETH_HLEN

Move the related constant (ETH_P_ARP) from slirp.h to eth.h, and
remove the duplicates; make slirp.h include eth.h

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2016-01-11 11:01:35 +08:00
..
COPYRIGHT
Makefile.objs
arp_table.c slirp/arp: do not special-case bogus IP addresses 2014-06-09 01:49:28 +02:00
bootp.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
bootp.h
cksum.c
debug.h
dnssearch.c
if.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
if.h
ip.h
ip_icmp.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
ip_icmp.h
ip_input.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
ip_output.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
libslirp.h
main.h
mbuf.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
mbuf.h
misc.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
misc.h slirp/misc: Use the GLib memory allocation APIs 2014-08-24 13:16:32 +04:00
sbuf.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
sbuf.h
slirp.c slirp: Remove unused zero_ethaddr[] variable 2014-06-10 19:39:34 +04:00
slirp.h ether/slirp: Avoid redefinition of the same constants 2016-01-11 11:01:35 +08:00
slirp_config.h slirp/misc: Use the GLib memory allocation APIs 2014-08-24 13:16:32 +04:00
socket.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
socket.h
tcp.h
tcp_input.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
tcp_output.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
tcp_subr.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
tcp_timer.c
tcp_timer.h
tcp_var.h
tcpip.h
tftp.c
tftp.h Increase maximum number of session of the internal TFTP server. 2014-06-24 20:01:24 +04:00
udp.c slirp: Fix type casts and format strings in debug code 2015-11-12 13:48:36 +08:00
udp.h