Bochs/bochs/iodev/network
Volker Ruppert 915746a1fd Fixed slirp user-mode networking support on Cygwin 64-bit.
- Enabled Winsock2 usage and define _WIN32 symbol for Cygwin (both 32 and 64 bit).
- Changed include order in some files to resolve conflicts.
- Modified some data types to fix errors and warnings.
- Added workarounds for the incorrectly defined symbols FIONBIO, FIONREAD and
  EWOULDBLOCK.
- Verified slirp usability with Cygwin 32-bit, MinGW/MSYS and MSVC builds of
  Bochs. Other ports should not be affected.
2017-04-23 08:38:16 +00:00
..
slirp Fixed slirp user-mode networking support on Cygwin 64-bit. 2017-04-23 08:38:16 +00:00
e1000.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
e1000.h Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class 2017-03-26 08:09:28 +00:00
eth_fbsd.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_linux.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_null.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_slirp.cc Fixed slirp user-mode networking support on Cygwin 64-bit. 2017-04-23 08:38:16 +00:00
eth_socket.cc Fixes in networking modules for 64-bit Cygwin. 2017-04-21 21:07:52 +00:00
eth_tap.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_tuntap.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_vde.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_vnet.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
eth_win32.cc fixed compilation err in cygwin 2017-04-19 18:30:02 +00:00
Makefile.in Rewrite of the network driver plugin code. 2017-03-12 07:48:08 +00:00
ne2k.cc Cleanups in the Bochs system timer code 2017-03-30 18:08:15 +00:00
ne2k.h Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class 2017-03-26 08:09:28 +00:00
netmod.cc Fixes and improvements for the network plugins changes in previous commit. 2017-03-12 20:26:42 +00:00
netmod.h Rewrite of the network driver plugin code. 2017-03-12 07:48:08 +00:00
netutil.cc Rewrite of the network driver plugin code. 2017-03-12 07:48:08 +00:00
netutil.h Rewrite of the network driver plugin code. 2017-03-12 07:48:08 +00:00
pcipnic.cc Some work on the PCI devices code. 2017-03-24 19:57:25 +00:00
pcipnic.h Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class 2017-03-26 08:09:28 +00:00
pnic_api.h