Ospfv2LinkStateRequestPacket

Ospfv2LinkStateRequestPacket

class

C++ definition

Represents an OSPF Link State Request packet

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
Ospfv2Packet class

Represents an OSPF packet header

Fields

Name Type Description
requests Ospfv2LsaRequest[]
chunkLength
version
authenticationType short

2 bytes

authentication char[8]

8 bytes

Source code

//
// Represents an OSPF Link State Request packet
//
class Ospfv2LinkStateRequestPacket extends Ospfv2Packet
{
    Ospfv2LsaRequest requests[];
}

File: src/inet/routing/ospfv2/Ospfv2Packet.msg