OpenSDN source code
|
#include <pkt0_interface.h>
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 |
![]() | |
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) |
![]() | |
ControlInterface () | |
virtual | ~ControlInterface () |
void | Init (PktHandler *pkt_handler) |
void | Shutdown () |
void | IoShutdown () |
bool | Process (const AgentHdr &hdr, const PacketBufferPtr &pkt) |
PktHandler * | pkt_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_ |
PktHandler * | pkt_handler_ |
Additional Inherited Members | |
![]() | |
static const uint32_t | kAgentHdrLen |
![]() | |
static const uint32_t | kMaxPacketSize = 9060 |
Definition at line 16 of file pkt0_interface.h.
typedef std::vector<boost::asio::const_buffer> Pkt0Interface::buffer_list |
Definition at line 18 of file pkt0_interface.h.
Pkt0Interface::Pkt0Interface | ( | const std::string & | name, |
boost::asio::io_context * | io | ||
) |
Definition at line 45 of file pkt0_interface_base.cc.
|
virtual |
Definition at line 51 of file pkt0_interface_base.cc.
|
protected |
|
protected |
|
virtual |
Reimplemented from VrouterControlInterface.
Reimplemented in Pkt0RawInterface.
Definition at line 48 of file freebsd/pkt0_interface.cc.
|
virtual |
Implements ControlInterface.
Definition at line 57 of file pkt0_interface_base.cc.
|
inline |
Definition at line 29 of file pkt0_interface.h.
|
inlinevirtual |
Implements ControlInterface.
Definition at line 27 of file pkt0_interface.h.
|
protected |
|
virtual |
Implements VrouterControlInterface.
Definition at line 109 of file pkt0_interface_base.cc.
|
protected |
|
virtual |
Implements ControlInterface.
Definition at line 63 of file pkt0_interface_base.cc.
|
protected |
Definition at line 66 of file pkt0_interface_base.cc.
|
protected |
Definition at line 44 of file pkt0_interface.h.
|
protected |
Definition at line 42 of file pkt0_interface.h.
|
protected |
Definition at line 40 of file pkt0_interface.h.
|
protected |
Definition at line 47 of file pkt0_interface.h.
|
protected |
Definition at line 46 of file pkt0_interface.h.
|
protected |
Definition at line 41 of file pkt0_interface.h.