Bochs/bochs/iodev/network
Volker Ruppert 400704d038 Added macro BX_FATAL() that works like BX_PANIC(), but with hardcoded action
"fatal". It can be used for all cases when there is no workaroud present to
avoid application crash or incorrect simulation behaviour. As a first step now
using BX_FATAL() for some data structure size and bit field errors.
2016-12-30 10:04:06 +00:00
..
slirp Fixed compilation error on MSVC. 2016-12-13 20:22:28 +00:00
e1000.cc Simplified register_state() for for small byte arrays in remaining i/o devices. 2015-10-06 18:20:16 +00:00
e1000.h - added original authors on top of LGPL'd sources ported from Qemu 2012-08-30 20:41:25 +00:00
eth_fbsd.cc Fixed some compilation errors / warnings found on Mac OSX (SF bug #1371). 2015-05-02 08:42:44 +00:00
eth_linux.cc
eth_null.cc
eth_slirp.cc Added macro BX_FATAL() that works like BX_PANIC(), but with hardcoded action 2016-12-30 10:04:06 +00:00
eth_tap.cc
eth_tuntap.cc
eth_vde.cc
eth_vnet.cc Switch back to the original 'vnet' ARP implementation. 2014-04-13 13:32:52 +00:00
eth_win32.cc Fixed WinPCap function declaration and assignment for MSVC using CDECL and 2014-10-04 17:31:57 +00:00
Makefile.in Added Android host platform support to Bochs based on SF patch #534. 2016-08-12 17:06:14 +00:00
ne2k.cc Simplified register_state() for for small byte arrays in remaining i/o devices. 2015-10-06 18:20:16 +00:00
ne2k.h
netmod.cc fixed %d->%u format found by cppcheck (patch by Maxim Derbasov) 2015-01-25 21:24:13 +00:00
netmod.h Switch back to the original 'vnet' ARP implementation. 2014-04-13 13:32:52 +00:00
pcipnic.cc Fixed broken MSVC plugins support (many CDECL additions required) 2014-06-08 08:40:08 +00:00
pcipnic.h
pnic_api.h