Represents an OSPF Link State Request packet
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
OSPFPacket (packet) |
Represents an OSPF packet header |
Name | Type | Description |
---|---|---|
routerID | IPAddress | |
areaID | IPAddress | |
requests | LSARequest[] | |
authentication | char[8] | |
checksum | short | |
type | char | |
packetLength | short | |
authenticationType | short | |
version | char |
// // Represents an OSPF Link State Request packet // packet OSPFLinkStateRequestPacket extends OSPFPacket { LSARequest requests[]; }