INET Framework for OMNeT++/OMNEST
inet::Ipv6AuthenticationHeader Class Reference

Class generated from inet/networklayer/ipv6/Ipv6ExtensionHeaders.msg:96 by opp_msgtool. More...

#include <Ipv6ExtensionHeaders_m.h>

Inheritance diagram for inet::Ipv6AuthenticationHeader:
inet::Ipv6ExtensionHeader

Public Member Functions

 Ipv6AuthenticationHeader ()
 
 Ipv6AuthenticationHeader (const Ipv6AuthenticationHeader &other)
 
virtual ~Ipv6AuthenticationHeader ()
 
Ipv6AuthenticationHeaderoperator= (const Ipv6AuthenticationHeader &other)
 
virtual Ipv6AuthenticationHeaderdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::Ipv6ExtensionHeader
 Ipv6ExtensionHeader ()
 
 Ipv6ExtensionHeader (const Ipv6ExtensionHeader &other)
 
virtual ~Ipv6ExtensionHeader ()
 
Ipv6ExtensionHeaderoperator= (const Ipv6ExtensionHeader &other)
 
virtual uint8_t getExtensionType () const
 
virtual void setExtensionType (uint8_t extensionType)
 
virtual B getByteLength () const
 
virtual void setByteLength (B byteLength)
 
int getOrder () const
 

Protected Member Functions

bool operator== (const Ipv6AuthenticationHeader &)=delete
 
- Protected Member Functions inherited from inet::Ipv6ExtensionHeader
bool operator== (const Ipv6ExtensionHeader &)=delete
 

Private Member Functions

void copy (const Ipv6AuthenticationHeader &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::Ipv6ExtensionHeader
uint8_t extensionType = 0
 
B byteLength = B(0)
 

Detailed Description

Class generated from inet/networklayer/ipv6/Ipv6ExtensionHeaders.msg:96 by opp_msgtool.

//
// Authentication Header
// RFC 2402
// Not Implemented
//
class Ipv6AuthenticationHeader extends Ipv6ExtensionHeader
{
    extensionType = IP_PROT_IPv6EXT_AUTH;
    byteLength = B(8); // FIXME verify
}

Constructor & Destructor Documentation

◆ Ipv6AuthenticationHeader() [1/2]

inet::Ipv6AuthenticationHeader::Ipv6AuthenticationHeader ( )

◆ Ipv6AuthenticationHeader() [2/2]

inet::Ipv6AuthenticationHeader::Ipv6AuthenticationHeader ( const Ipv6AuthenticationHeader other)

◆ ~Ipv6AuthenticationHeader()

virtual inet::Ipv6AuthenticationHeader::~Ipv6AuthenticationHeader ( )
virtual

Member Function Documentation

◆ copy()

void inet::Ipv6AuthenticationHeader::copy ( const Ipv6AuthenticationHeader other)
private

◆ dup()

virtual Ipv6AuthenticationHeader* inet::Ipv6AuthenticationHeader::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::Ipv6ExtensionHeader.

326 {return new Ipv6AuthenticationHeader(*this);}

◆ operator=()

Ipv6AuthenticationHeader& inet::Ipv6AuthenticationHeader::operator= ( const Ipv6AuthenticationHeader other)

◆ operator==()

bool inet::Ipv6AuthenticationHeader::operator== ( const Ipv6AuthenticationHeader )
protecteddelete

◆ parsimPack()

virtual void inet::Ipv6AuthenticationHeader::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::Ipv6ExtensionHeader.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

virtual void inet::Ipv6AuthenticationHeader::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::Ipv6ExtensionHeader.

Referenced by inet::doParsimUnpacking().


The documentation for this class was generated from the following file:
inet::Ipv6AuthenticationHeader::Ipv6AuthenticationHeader
Ipv6AuthenticationHeader()