Struct TOSData

File: Network/OSPFv2/OSPFPacket.msg

(no description)

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.

Fields:

Name Type Description
tos unsigned char
tosMetric unsigned char[3]

Source code:

struct TOSData {
    fields:
        unsigned char   tos;
        unsigned char   tosMetric[3];
};