Struct EroObj_t

File: Network/RSVP_TE/IntServ.msg

Intserv/RSVP: Explicit Routing Object Structure

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.

EroObj_t

Fields:

Name Type Description
L bool
node IPAddress

Source code:

struct EroObj_t
{
  fields:
    bool L = false;
    IPAddress node;
};