Namespace inet
IPv6AuthenticationHeader
classAuthentication Header RFC 2402 Not Implemented
Extends
Name | Type | Description |
---|---|---|
IPv6ExtensionHeader | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
extensionType | ||
byteLength |
FIXME verify |
Source code
// // Authentication Header // RFC 2402 // Not Implemented // class IPv6AuthenticationHeader extends IPv6ExtensionHeader { extensionType = IP_PROT_IPv6EXT_AUTH; byteLength = 8; // FIXME verify }File: src/inet/networklayer/contract/ipv6/IPv6ExtensionHeaders.msg