Changeset 69298 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Oct 25, 2017 12:56:50 PM (7 years ago)
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r69001 r69298 4430 4430 } 4431 4431 4432 return VINF_SUCCESS; // @todo consider rc;4432 return VINF_SUCCESS; /// @todo consider rc; 4433 4433 } 4434 4434 #endif /* E1K_WITH_TXD_CACHE */ -
trunk/src/VBox/Devices/Network/DrvVDE.cpp
r63369 r69298 6 6 /* 7 7 * Contributed by Renzo Davoli. VirtualSquare. University of Bologna, 2010 8 * 8 9 * Copyright (C) 2006-2016 Oracle Corporation 9 10 * -
trunk/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh
r56292 r69298 1 1 #!/bin/sh 2 ## @file 3 # ??? 4 # 5 2 6 # 3 7 # Copyright (C) 2009-2015 Oracle Corporation
Note:
See TracChangeset
for help on using the changeset viewer.