Changeset 76525 in vbox for trunk/src/VBox/NetworkServices/NAT
- Timestamp:
- Dec 30, 2018 5:51:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127827
- Location:
- trunk/src/VBox/NetworkServices/NAT
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/dhcp6.h ¶
r69500 r76525 18 18 #ifndef _DHCP6_H_ 19 19 #define _DHCP6_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /* UDP ports */ -
trunk/src/VBox/NetworkServices/NAT/lwipopts.h ¶
r69500 r76525 18 18 #ifndef _VBOX_NETNAT_LWIP_OPTS_H_ 19 19 #define _VBOX_NETNAT_LWIP_OPTS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/cdefs.h> /* For VBOX_STRICT. */ -
trunk/src/VBox/NetworkServices/NAT/portfwd.h ¶
r69500 r76525 18 18 #ifndef _portfwd_h_ 19 19 #define _portfwd_h_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef RT_OS_WINDOWS -
trunk/src/VBox/NetworkServices/NAT/proxy.h ¶
r69500 r76525 18 18 #ifndef ___nat_proxy_h___ 19 19 #define ___nat_proxy_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #if !defined(VBOX) -
trunk/src/VBox/NetworkServices/NAT/proxy_pollmgr.h ¶
r69500 r76525 18 18 #ifndef _PROXY_POLLMGR_H_ 19 19 #define _PROXY_POLLMGR_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef RT_OS_WINDOWS -
trunk/src/VBox/NetworkServices/NAT/pxremap.h ¶
r69500 r76525 18 18 #ifndef _pxremap_h_ 19 19 #define _pxremap_h_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "lwip/err.h" -
trunk/src/VBox/NetworkServices/NAT/pxtcp.h ¶
r69500 r76525 18 18 #ifndef _pxtcp_h_ 19 19 #define _pxtcp_h_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "lwip/err.h" -
trunk/src/VBox/NetworkServices/NAT/tftp.h ¶
r69500 r76525 18 18 #ifndef _TFTP_H_ 19 19 #define _TFTP_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #define TFTP_SERVER_PORT 69 -
trunk/src/VBox/NetworkServices/NAT/winpoll.h ¶
r69500 r76525 18 18 #ifndef _WINPOLL_H_ 19 19 #define _WINPOLL_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 # include <iprt/cdefs.h> 21 24 /** -
trunk/src/VBox/NetworkServices/NAT/winutils.h ¶
r69500 r76525 17 17 18 18 #ifndef __WINUTILS_H_ 19 # define __WINUTILS_H_ 19 #define __WINUTILS_H_ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 # include <iprt/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.