Namespace inet::ospfv2
Ospfv2DdOptions
structshould be a byte long bitfield
Fields
| Name | Type | Description |
|---|---|---|
| unused | unsigned short |
5 bit |
| I_Init | bool | |
| M_More | bool | |
| MS_MasterSlave | bool |
Source code
// should be a byte long bitfield struct Ospfv2DdOptions { @packetData; unsigned short unused = 0; // 5 bit bool I_Init; bool M_More; bool MS_MasterSlave; }File: src/inet/routing/ospfv2/Ospfv2Packet.msg