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 = B(8); // FIXME verify }File: src/inet/networklayer/ipv6/Ipv6ExtensionHeaders.msg