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

#include <pkt0_interface.h>

Inheritance diagram for Pkt0Interface:
Collaboration diagram for Pkt0Interface:

Public Types

typedef std::vector
< boost::asio::const_buffer > 
buffer_list
 

Public Member Functions

 Pkt0Interface (const std::string &name, boost::asio::io_context *io)
 
virtual ~Pkt0Interface ()
 
virtual void InitControlInterface ()
 
virtual void IoShutdownControlInterface ()
 
virtual void ShutdownControlInterface ()
 
const std::string & Name () const
 
int Send (uint8_t *buff, uint16_t buff_len, const PacketBufferPtr &pkt)
 
const unsigned char * mac_address () const
 
- Public Member Functions inherited from VrouterControlInterface
 VrouterControlInterface ()
 
virtual ~VrouterControlInterface ()
 
virtual uint32_t EncapsulationLength () const
 
int DecodeAgentHdr (AgentHdr *hdr, uint8_t *buff, uint32_t len)
 
bool Process (const PacketBufferPtr &pkt)
 
int EncodeAgentHdr (uint8_t *buff, const AgentHdr &hdr)
 
virtual int Send (const AgentHdr &hdr, const PacketBufferPtr &pkt)
 
- Public Member Functions inherited from ControlInterface
 ControlInterface ()
 
virtual ~ControlInterface ()
 
void Init (PktHandler *pkt_handler)
 
void Shutdown ()
 
void IoShutdown ()
 
bool Process (const AgentHdr &hdr, const PacketBufferPtr &pkt)
 
PktHandlerpkt_handler () const
 

Protected Member Functions

void SendImpl (uint8_t *buff, uint16_t buff_len, const PacketBufferPtr &pkt, buffer_list &buff_list)
 
void AsyncRead ()
 
void ReadHandler (const boost::system::error_code &err, std::size_t length)
 
void WriteHandler (const boost::system::error_code &error, std::size_t length, uint8_t *buff)
 
 DISALLOW_COPY_AND_ASSIGN (Pkt0Interface)
 

Protected Attributes

std::string name_
 
int tap_fd_
 
unsigned char mac_address_ [ETHER_ADDR_LEN]
 
boost::asio::posix::stream_descriptor input_
 
uint8_t * read_buff_
 
PktHandlerpkt_handler_
 

Additional Inherited Members

- Static Public Attributes inherited from VrouterControlInterface
static const uint32_t kAgentHdrLen
 
- Static Public Attributes inherited from ControlInterface
static const uint32_t kMaxPacketSize = 9060
 

Detailed Description

Definition at line 16 of file pkt0_interface.h.

Member Typedef Documentation

typedef std::vector<boost::asio::const_buffer> Pkt0Interface::buffer_list

Definition at line 18 of file pkt0_interface.h.

Constructor & Destructor Documentation

Pkt0Interface::Pkt0Interface ( const std::string &  name,
boost::asio::io_context *  io 
)

Definition at line 45 of file pkt0_interface_base.cc.

Pkt0Interface::~Pkt0Interface ( )
virtual

Definition at line 51 of file pkt0_interface_base.cc.

Member Function Documentation

void Pkt0Interface::AsyncRead ( )
protected

Definition at line 76 of file pkt0_interface_base.cc.

Here is the call graph for this function:

Pkt0Interface::DISALLOW_COPY_AND_ASSIGN ( Pkt0Interface  )
protected
void Pkt0Interface::InitControlInterface ( )
virtual

Reimplemented from VrouterControlInterface.

Reimplemented in Pkt0RawInterface.

Definition at line 48 of file freebsd/pkt0_interface.cc.

Here is the call graph for this function:

void Pkt0Interface::IoShutdownControlInterface ( )
virtual

Implements ControlInterface.

Definition at line 57 of file pkt0_interface_base.cc.

const unsigned char* Pkt0Interface::mac_address ( ) const
inline

Definition at line 29 of file pkt0_interface.h.

const std::string& Pkt0Interface::Name ( ) const
inlinevirtual

Implements ControlInterface.

Definition at line 27 of file pkt0_interface.h.

void Pkt0Interface::ReadHandler ( const boost::system::error_code &  err,
std::size_t  length 
)
protected

Definition at line 85 of file pkt0_interface_base.cc.

Here is the call graph for this function:

int Pkt0Interface::Send ( uint8_t *  buff,
uint16_t  buff_len,
const PacketBufferPtr pkt 
)
virtual

Implements VrouterControlInterface.

Definition at line 109 of file pkt0_interface_base.cc.

Here is the call graph for this function:

void Pkt0Interface::SendImpl ( uint8_t *  buff,
uint16_t  buff_len,
const PacketBufferPtr pkt,
buffer_list buff_list 
)
protected

Definition at line 157 of file freebsd/pkt0_interface.cc.

Here is the call graph for this function:

void Pkt0Interface::ShutdownControlInterface ( )
virtual

Implements ControlInterface.

Definition at line 63 of file pkt0_interface_base.cc.

void Pkt0Interface::WriteHandler ( const boost::system::error_code &  error,
std::size_t  length,
uint8_t *  buff 
)
protected

Definition at line 66 of file pkt0_interface_base.cc.

Member Data Documentation

boost::asio::posix::stream_descriptor Pkt0Interface::input_
protected

Definition at line 44 of file pkt0_interface.h.

unsigned char Pkt0Interface::mac_address_[ETHER_ADDR_LEN]
protected

Definition at line 42 of file pkt0_interface.h.

std::string Pkt0Interface::name_
protected

Definition at line 40 of file pkt0_interface.h.

PktHandler* Pkt0Interface::pkt_handler_
protected

Definition at line 47 of file pkt0_interface.h.

uint8_t* Pkt0Interface::read_buff_
protected

Definition at line 46 of file pkt0_interface.h.

int Pkt0Interface::tap_fd_
protected

Definition at line 41 of file pkt0_interface.h.


The documentation for this class was generated from the following files: