Struct EroObj_t

File: src/networklayer/rsvp_te/IntServ.msg

Intserv/RSVP: Explicit Routing Object Structure

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
L bool
node IPAddress

Source code:

//
// Intserv/RSVP: Explicit Routing Object Structure
//
struct EroObj_t
{
    bool L = false;
    IPAddress node;
}