Ipv6EncapsulatingSecurityPayloadHeader

Ipv6EncapsulatingSecurityPayloadHeader

class

Encapsulating Security Payload Header RFC 2406 Not Implemented

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
Ipv6ExtensionHeader class

This serves as the base class for all the Ipv6 extension headers.

Fields

Name Type Description
extensionType short
byteLength B

byteLength = n * 8;

Source code

//
// Encapsulating Security Payload Header
// RFC 2406
// Not Implemented
//
class Ipv6EncapsulatingSecurityPayloadHeader extends Ipv6ExtensionHeader
{
    extensionType = IP_PROT_IPv6EXT_ESP;
    byteLength = B(8); // FIXME verify
}
File: src/inet/networklayer/ipv6/Ipv6ExtensionHeaders.msg