Struct OSPFDDOptions

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

should be a byte long bitfield

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.

Fields:

Name Type Description
unused_1 bool
unused_2 bool
unused_3 bool
unused_4 bool
unused_5 bool
I_Init bool
M_More bool
MS_MasterSlave bool

Source code:

// should be a byte long bitfield
struct OSPFDDOptions
{
    bool unused_1;
    bool unused_2;
    bool unused_3;
    bool unused_4;
    bool unused_5;
    bool I_Init;
    bool M_More;
    bool MS_MasterSlave;
}