Bochs/bochs/iodev/network
Volker Ruppert 9b844fc341 Some changes in the 'vnet' networking module.
- Enable packet logging in text format if file name is specified with the
  "script" parameter.
- Don't start RX timer if vnet server returns 0.
- Added TCP header structure for future extensions.
2020-05-02 21:21:53 +00:00
..
slirp Fixed some gcc 9.2 warnings on Windows. 2020-02-06 17:13:01 +00:00
e1000.cc Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
e1000.h Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
eth_fbsd.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_linux.cc
eth_null.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_slirp.cc
eth_socket.cc Fixes for compiling on MacOS (bxhub and eth_socket / patch by Yasser Rathore). 2020-02-17 20:49:10 +00:00
eth_tap.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_tuntap.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_vde.cc Added destructors to some networking modules and call fclose() there for the 2017-06-16 08:27:55 +00:00
eth_vnet.cc Some changes in the 'vnet' networking module. 2020-05-02 21:21:53 +00:00
eth_win32.cc Removed deprecated function GetVersion() from eth_win32.cc and niclist.c. 2019-12-08 18:14:30 +00:00
Makefile.in
ne2k.cc Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
ne2k.h Some work on the "multiple NICs" support. 2020-03-08 16:45:52 +00:00
netmod.cc
netmod.h
netutil.cc Added log file support to the 'bxhub' utility. Log output can be sent to file 2020-04-13 19:35:56 +00:00
netutil.h Some changes in the 'vnet' networking module. 2020-05-02 21:21:53 +00:00
pcipnic.cc Added new macros BX_DEBUG_PCI_READ and BX_DEBUG_PCI_WRITE to unify the debug 2018-05-01 15:54:37 +00:00
pcipnic.h Some changes related to the PCI ROM handling. 2017-10-08 15:54:21 +00:00
pnic_api.h