From 58ff485edbe4bb93ebc922d14df24247846132b6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 3 Dec 2007 09:42:38 +0000 Subject: added ssl tools --- doc/html/classOptions.html | 122 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) (limited to 'doc/html/classOptions.html') diff --git a/doc/html/classOptions.html b/doc/html/classOptions.html index fdf2311..c2a66e6 100644 --- a/doc/html/classOptions.html +++ b/doc/html/classOptions.html @@ -43,6 +43,10 @@ OptionssetLocalAddr (std::string l) +std::string getLocalSyncAddr () + +OptionssetLocalSyncAddr (std::string l) + u_int16_t getLocalPort () OptionssetLocalPort (u_int16_t l) @@ -51,6 +55,10 @@ OptionssetRemoteAddr (std::string r) +u_int16_t getLocalSyncPort () + +OptionssetLocalSyncPort (u_int16_t l) + u_int16_t getRemotePort () OptionssetRemotePort (u_int16_t r) @@ -94,8 +102,12 @@ std::string local_addr_ +std::string local_sync_addr_ + u_int16_t local_port_ +u_int16_t local_sync_port_ + std::string remote_addr_ u_int16_t remote_port_ @@ -318,6 +330,45 @@

+ +

+ +

+
+ + + + + + + + +
std::string Options::getLocalSyncAddr (  ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
Options & Options::setLocalSyncAddr (std::string  l  ) 
+
+
+ +

+

@@ -396,6 +447,45 @@

+ +

+ +

+
+ + + + + + + + +
u_int16_t Options::getLocalSyncPort (  ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
Options & Options::setLocalSyncPort (u_int16_t  l  ) 
+
+
+ +

+

@@ -798,6 +888,21 @@

+ +

+ +

+
+ + + + +
std::string Options::local_sync_addr_ [private]
+
+
+ +

+

@@ -813,6 +918,21 @@

+ +

+ +

+
+ + + + +
u_int16_t Options::local_sync_port_ [private]
+
+
+ +

+

@@ -952,7 +1072,7 @@


The documentation for this class was generated from the following files: -
Generated on Sun Oct 7 23:43:50 2007 for anytun by  +
Generated on Tue Nov 27 14:11:51 2007 for anytun by  doxygen 1.5.1
-- cgit v1.2.3