EroObj

EroObj

struct

Intserv/RSVP: Explicit Routing Object Structure

Usage diagram

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

Fields

Name Type Description
L bool
node Ipv4Address

Source code

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

File: src/inet/networklayer/rsvpte/IntServ.msg