should be a byte long bitfield
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.
Name | Type | Description |
---|---|---|
M_More | bool | |
I_Init | bool | |
unused_5 | bool | |
unused_2 | bool | |
unused_1 | bool | |
unused_4 | bool | |
unused_3 | bool | |
MS_MasterSlave | bool |
// 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; }