OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TunnelInfo Struct Reference

#include <pkt_handler.h>

Collaboration diagram for TunnelInfo:

Public Member Functions

 TunnelInfo ()
 
 ~TunnelInfo ()
 
void Reset ()
 

Public Attributes

TunnelType type
 
uint32_t label
 
uint32_t vxlan_id
 
uint16_t src_port
 
uint32_t ip_saddr
 
uint32_t ip_daddr
 
struct ether_header * eth
 
struct ip * ip
 

Detailed Description

Definition at line 196 of file pkt_handler.h.

Constructor & Destructor Documentation

TunnelInfo::TunnelInfo ( )
inline

Definition at line 197 of file pkt_handler.h.

Here is the call graph for this function:

TunnelInfo::~TunnelInfo ( )
inline

Definition at line 198 of file pkt_handler.h.

Member Function Documentation

void TunnelInfo::Reset ( )
inline

Definition at line 200 of file pkt_handler.h.

Member Data Documentation

struct ether_header* TunnelInfo::eth

Definition at line 217 of file pkt_handler.h.

struct ip* TunnelInfo::ip

Definition at line 218 of file pkt_handler.h.

uint32_t TunnelInfo::ip_daddr

Definition at line 216 of file pkt_handler.h.

uint32_t TunnelInfo::ip_saddr

Definition at line 215 of file pkt_handler.h.

uint32_t TunnelInfo::label

Definition at line 212 of file pkt_handler.h.

uint16_t TunnelInfo::src_port

Definition at line 214 of file pkt_handler.h.

TunnelType TunnelInfo::type

Definition at line 211 of file pkt_handler.h.

uint32_t TunnelInfo::vxlan_id

Definition at line 213 of file pkt_handler.h.


The documentation for this struct was generated from the following file: