OpenSDN source code
|
#include <tunnel_encap.h>
Public Types | |
typedef boost::array< uint8_t, kSize > | bytes_type |
Public Member Functions | |
TunnelEncap (TunnelEncapType::Encap encap) | |
TunnelEncap (std::string encap) | |
TunnelEncap (const bytes_type &data) | |
TunnelEncapType::Encap | tunnel_encap () const |
const bytes_type & | GetExtCommunity () const |
const uint64_t | GetExtCommunityValue () const |
std::string | ToString () |
std::string | ToXmppString () |
Static Public Attributes | |
static const int | kSize = 8 |
Private Attributes | |
bytes_type | data_ |
Definition at line 17 of file tunnel_encap.h.
typedef boost::array<uint8_t, kSize> TunnelEncap::bytes_type |
Definition at line 20 of file tunnel_encap.h.
|
explicit |
|
explicit |
|
explicit |
Definition at line 36 of file tunnel_encap.cc.
|
inline |
Definition at line 28 of file tunnel_encap.h.
|
inline |
string TunnelEncap::ToString | ( | ) |
string TunnelEncap::ToXmppString | ( | ) |
TunnelEncapType::Encap TunnelEncap::tunnel_encap | ( | ) | const |
|
private |
Definition at line 39 of file tunnel_encap.h.
|
static |
Definition at line 19 of file tunnel_encap.h.