Struct RsvpHopObj_t

File: src/networklayer/rsvp_te/IntServ.msg

Intserv/RSVP: RSVP HOP Structure

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
Logical_Interface_Handle IPAddress
Next_Hop_Address IPAddress

Source code:

//
// Intserv/RSVP: RSVP HOP Structure
//
struct RsvpHopObj_t
{
    IPAddress Next_Hop_Address;
    IPAddress Logical_Interface_Handle;
}