Intserv/RSVP: RSVP HOP Structure
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
Next_Hop_Address | IPAddress | |
Logical_Interface_Handle | IPAddress |
// // Intserv/RSVP: RSVP HOP Structure // struct RsvpHopObj_t { IPAddress Next_Hop_Address; IPAddress Logical_Interface_Handle; }