Ospfv2LsaRequest

Ospfv2LsaRequest

struct

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Fields

Name Type Description
lsType unsigned long
linkStateID Ipv4Address
advertisingRouter Ipv4Address

Source code

struct Ospfv2LsaRequest
{
    @packetData;
    unsigned long lsType;
    Ipv4Address linkStateID;
    Ipv4Address advertisingRouter;
}

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