|
OpenSDN source code
|
#include <crypt_tunnel.h>


Public Member Functions | |
| CryptTunnelKey (IpAddress remote_ip) | |
| virtual | ~CryptTunnelKey () |
Public Member Functions inherited from AgentKey | |
| AgentKey () | |
| AgentKey (DBSubOperation sub_op) | |
| virtual | ~AgentKey () |
Public Member Functions inherited from DBRequestKey | |
| virtual | ~DBRequestKey () |
Public Attributes | |
| IpAddress | remote_ip_ |
Public Attributes inherited from AgentKey | |
| uint8_t | sub_op_ |
Additional Inherited Members | |
Public Types inherited from AgentKey | |
| enum | DBSubOperation { ADD_DEL_CHANGE , RESYNC } |
Definition at line 30 of file crypt_tunnel.h.
|
inline |
Definition at line 31 of file crypt_tunnel.h.
|
inlinevirtual |
Definition at line 32 of file crypt_tunnel.h.
| IpAddress CryptTunnelKey::remote_ip_ |
Definition at line 33 of file crypt_tunnel.h.