Struct RsvpHopObj_t

File: Network/RSVP_TE/IntServ.msg

Intserv/RSVP: RSVP HOP 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.

RsvpHopObj_t

Fields:

Name Type Description
Next_Hop_Address IPAddress
Logical_Interface_Handle IPAddress

Source code:

struct RsvpHopObj_t
{
  fields:
    IPAddress Next_Hop_Address;
    IPAddress Logical_Interface_Handle;
};