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

Inheritance diagram for senf::MLDv2AddressRecordParser:

Public Types

typedef UInt8Parser recordType_t
 
typedef INet6AddressParser mcAddress_t
 
typedef senf::VectorParser< INet6AddressParsersrcAddresses_t
 
typedef senf::VectorParser< UInt32ParserauxData_t
 
- Public Types inherited from senf::PacketParserBase
typedef detail::packet::iterator data_iterator
 Raw data iterator type. More...
 
typedef detail::packet::size_type size_type
 Unsigned integral type. More...
 
typedef detail::packet::difference_type difference_type
 Signed integral type. More...
 
typedef detail::packet::byte byte
 Unsigned 8bit value, the raw value type. More...
 
typedef PacketDatastate_type
 Type of the 'state' parameter. More...
 
typedef PacketParserBase parser_base_type
 Base type of the next parser. More...
 

Public Member Functions

UInt8Parser recordType () const
 
INet6AddressParser mcAddress () const
 
senf::VectorParser< INet6AddressParsersrcAddresses () const
 
senf::VectorParser< UInt32ParserauxData () const
 
- Public Member Functions inherited from senf::PacketParserBase
data_iterator i () const
 Return beginning of data to parse. More...
 
data_iterator i (size_type offset) const
 Return iterator offset bytes from the start. More...
 
state_type state () const
 Return state of this parser. More...
 
PacketDatadata () const
 Access the packets raw data container. More...
 
void init () const
 Default implementation. More...
 

Protected Types

typedef UInt8Parser auxDataLen_t
 
typedef UInt16Parser nrOfSrcs_t
 

Protected Member Functions

UInt8Parser auxDataLen () const
 
UInt16Parser nrOfSrcs () const
 
- Protected Member Functions inherited from senf::PacketParserBase
ParserProtector protect () const
 
 PacketParserBase (data_iterator i, state_type s)
 Standard constructor. More...
 
 PacketParserBase (data_iterator i, state_type s, size_type size)
 Size checking constructor. More...
 
bool check (size_type size) const
 Check size of data container. More...
 
void validate (size_type size) const
 Validate size of data container. More...
 
template<class Parser >
Parser parse (data_iterator i) const
 Create sub-parser. More...
 
template<class Parser , class Arg >
Parser parse (Arg const &arg, data_iterator i) const
 Create sub-parser. More...
 
template<class Parser >
Parser parse (size_type n) const
 Create sub-parser. More...
 
template<class Parser , class Arg >
Parser parse (Arg const &arg, size_type n) const
 Create sub-parser. More...
 
void defaultInit () const
 Default implementation. More...
 
Packet packet () const
 Get packet this parser is parsing from. More...
 
void resize (size_type oldSize, size_type newSize)
 Resize data container. More...
 

Detailed Description

Definition at line 366 of file ICMPv6TypePacket.hh.

Member Typedef Documentation

◆ auxData_t

◆ auxDataLen_t

◆ mcAddress_t

◆ nrOfSrcs_t

Definition at line 372 of file ICMPv6TypePacket.hh.

◆ recordType_t

◆ srcAddresses_t

Member Function Documentation

◆ auxData()

senf::VectorParser< UInt32Parser > senf::MLDv2AddressRecordParser::auxData ( ) const

◆ auxDataLen()

UInt8Parser senf::MLDv2AddressRecordParser::auxDataLen ( ) const
protected

◆ mcAddress()

INet6AddressParser senf::MLDv2AddressRecordParser::mcAddress ( ) const

◆ nrOfSrcs()

UInt16Parser senf::MLDv2AddressRecordParser::nrOfSrcs ( ) const
protected

◆ recordType()

UInt8Parser senf::MLDv2AddressRecordParser::recordType ( ) const

◆ srcAddresses()

senf::VectorParser< INet6AddressParser > senf::MLDv2AddressRecordParser::srcAddresses ( ) const

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