IPv6 Destination Options extension. More...

#include <senf/Packets/DefaultBundle/IPv6Extensions.hh>

Inheritance diagram for senf::IPv6DestinationOptionsPacketType:

Public Types

typedef PacketTypeMixin< IPv6DestinationOptionsPacketType, IPTypesmixin
 
typedef ConcretePacket< IPv6DestinationOptionsPacketTypepacket
 IPv6 Destination Options extension packet typedef. More...
 
typedef IPv6DestinationOptionsPacketParser parser
 typedef to the parser of IPv6 Destination Options extension packet More...
 
- Public Types inherited from senf::PacketTypeBase
typedef Packet packet
 
typedef senf::detail::packet::iterator iterator
 
typedef senf::detail::packet::const_iterator const_iterator
 
typedef senf::detail::packet::size_type size_type
 
typedef senf::detail::packet::difference_type difference_type
 
typedef senf::detail::packet::byte byte
 
typedef PacketInterpreterBase::range range
 
typedef PacketInterpreterBase::optional_range optional_range
 
typedef PacketInterpreterBase::factory_t factory_t
 
typedef VoidPacketParser parser
 Parser to parser packet fields. More...
 
- Public Types inherited from senf::PacketTypeMixin< IPv6DestinationOptionsPacketType, IPTypes >
typedef IPTypes ::key_t key_t
 
typedef boost::optional< key_toptional_key_t
 

Static Public Member Functions

static key_t nextPacketKey (packet p)
 
static void dump (packet p, std::ostream &os)
 Dump given IPv6DestinationOptionsPacket in readable form to given output stream. More...
 
static void finalize (packet p)
 
- Static Public Member Functions inherited from senf::PacketTypeBase
static optional_range no_range ()
 
static factory_t no_factory ()
 
template<class PacketType >
static factory_t factory ()
 
static size_type initSize ()
 Get size of new (empty) packet. More...
 
static size_type initHeadSize ()
 Get size of new (empty) packet header. More...
 
static void init (packet p)
 Initialize new packet. More...
 
static optional_range nextPacketRange (packet p)
 Get next packet placement. More...
 
static factory_t nextPacketType (packet p)
 Get type of next packet. More...
 
static void finalize (packet p)
 Finalize packet. More...
 
static void dump (packet p, std::ostream &os)
 Dump packet data in readable form. More...
 
- Static Public Member Functions inherited from senf::PacketTypeMixin< IPv6DestinationOptionsPacketType, IPTypes >
static optional_key_t key (Packet const &p)
 Find key of packet from registry. More...
 
static PacketTypeBase::factory_t lookup (key_t key)
 Lookup the key in the registry. More...
 
static PacketInterpreterBase::optional_range nextPacketRange (ConcretePacket< IPv6DestinationOptionsPacketType > const &p)
 
static PacketInterpreterBase::factory_t nextPacketType (ConcretePacket< IPv6DestinationOptionsPacketType > const &p)
 
static PacketInterpreterBase::size_type initSize ()
 
static void init (ConcretePacket< IPv6DestinationOptionsPacketType > const &p)
 

Static Public Attributes

static const IPTypes::key_t ipType = 60u
 

Detailed Description

IPv6 Destination Options extension.

Packet type (typedef):
IPv6DestinationOptionsPacket
Fields:
IPv6DestinationOptionsPacketParser
Associated registries:
IPTypes
Finalize action:
Set nextHeader from type of next packet if found in IPTypes

Definition at line 325 of file IPv6Extensions.hh.

Member Typedef Documentation

◆ mixin

◆ packet

IPv6 Destination Options extension packet typedef.

Definition at line 331 of file IPv6Extensions.hh.

◆ parser

typedef to the parser of IPv6 Destination Options extension packet

Definition at line 333 of file IPv6Extensions.hh.

Member Function Documentation

◆ dump()

void senf::IPv6DestinationOptionsPacketType::dump ( packet  p,
std::ostream &  os 
)
static

Dump given IPv6DestinationOptionsPacket in readable form to given output stream.

Definition at line 114 of file IPv6Extensions.cc.

◆ finalize()

void senf::IPv6DestinationOptionsPacketType::finalize ( packet  p)
static

Definition at line 126 of file IPv6Extensions.cc.

◆ nextPacketKey()

static key_t senf::IPv6DestinationOptionsPacketType::nextPacketKey ( packet  p)
inlinestatic

Definition at line 340 of file IPv6Extensions.hh.

Member Data Documentation

◆ ipType

const IPTypes::key_t senf::IPv6DestinationOptionsPacketType::ipType = 60u
static

Definition at line 346 of file IPv6Extensions.hh.


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