Ospfv3IntraAreaPrefixLsa
classIntra-Area-Prefix-LSAs
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ospfv3Lsa | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
numPrefixes | unsigned short | |
referencedLSType | unsigned short | |
referencedLSID | Ipv4Address | |
referencedAdvRtr | Ipv4Address | |
prefixes | Ospfv3LsaPrefixMetric[] | |
header | Ospfv3LsaHeader |
Source code
// Intra-Area-Prefix-LSAs class Ospfv3IntraAreaPrefixLsa extends Ospfv3Lsa { unsigned short numPrefixes; unsigned short referencedLSType; Ipv4Address referencedLSID; Ipv4Address referencedAdvRtr; Ospfv3LsaPrefixMetric prefixes[]; }File: src/inet/routing/ospfv3/Ospfv3Packet.msg