Namespace inet
EncodedGroupAddress
struct(no description)
Fields
Name | Type | Description |
---|---|---|
B | bool | |
reserved | short | |
Z | bool | |
maskLength | short |
TODO Remove initializer, 32 for IPv4 only!!! |
groupAddress | L3Address |
Source code
struct EncodedGroupAddress { @packetData; bool B; short reserved = 0; bool Z; short maskLength = 32; //TODO Remove initializer, 32 for IPv4 only!!! L3Address groupAddress; }File: src/inet/routing/pim/PimPacket.msg