Changeset 76346 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Dec 22, 2018 12:51:28 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127644
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r73097 r76346 41 41 * THE SOFTWARE. 42 42 */ 43 43 44 #include <slirp.h> 44 45 #include <libslirp.h> 46 #include <iprt/err.h> 45 47 46 48 /** Entry in the table of known DHCP clients. */ -
trunk/src/VBox/Devices/Network/slirp/hostres.c
r76031 r76346 19 19 # include <netdb.h> 20 20 #endif 21 #include <iprt/assert.h> 21 22 #include <iprt/ctype.h> 22 #include <iprt/ assert.h>23 #include <iprt/err.h> 23 24 #include <slirp.h> 24 25 -
trunk/src/VBox/Devices/Network/slirp/ip_output.c
r72830 r76346 63 63 64 64 #include <slirp.h> 65 #include <iprt/err.h> 65 66 #include "alias.h" 66 67 -
trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c
r69500 r76346 25 25 26 26 #include <iprt/assert.h> 27 #include <iprt/err.h> 27 28 #include <iprt/net.h> 28 29 #include <iprt/string.h> -
trunk/src/VBox/Devices/Network/slirp/tftp.c
r73097 r76346 43 43 44 44 #include <slirp.h> 45 #include <iprt/asm-math.h> 45 46 #include <iprt/file.h> 46 #include <iprt/ asm-math.h>47 #include <iprt/err.h> 47 48 48 49 typedef enum ENMTFTPSESSIONFMT
Note:
See TracChangeset
for help on using the changeset viewer.