Changeset 76389 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Dec 23, 2018 1:39:48 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NetLib/VBoxNetPortForwardString.cpp
r69500 r76389 29 29 #include <iprt/cdefs.h> 30 30 #include <iprt/cidr.h> 31 #include <iprt/ctype.h> 32 #include <iprt/err.h> 33 #include <iprt/getopt.h> 34 #include <iprt/net.h> 31 35 #include <iprt/param.h> 32 36 #include <iprt/path.h> 33 37 #include <iprt/stream.h> 34 38 #include <iprt/string.h> 35 #include <iprt/net.h>36 #include <iprt/getopt.h>37 #include <iprt/ctype.h>38 39 39 40 40 #include <VBox/log.h> … … 43 43 44 44 45 /********************************************************************************************************************************* 46 * Defined Constants And Macros * 47 *********************************************************************************************************************************/ 45 48 #define PF_FIELD_SEPARATOR ':' 46 49 #define PF_ADDRESS_FIELD_STARTS '['
Note:
See TracChangeset
for help on using the changeset viewer.