Struct OSPFDDOptions

File: Network/OSPFv2/OSPFPacket.msg

should be a byte long bitfield

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

OSPFDDOptions

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:

struct OSPFDDOptions {
    fields:
        bool unused_1;
        bool unused_2;
        bool unused_3;
        bool unused_4;
        bool unused_5;
        bool I_Init;
        bool M_More;
        bool MS_MasterSlave;
};