RsvpHopObj
structIntserv/RSVP: RSVP HOP Structure
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Fields
Name | Type | Description |
---|---|---|
Next_Hop_Address | Ipv4Address | |
Logical_Interface_Handle | Ipv4Address |
Source code
// // Intserv/RSVP: RSVP HOP Structure // struct RsvpHopObj { Ipv4Address Next_Hop_Address; Ipv4Address Logical_Interface_Handle; }File: src/inet/networklayer/rsvpte/IntServ.msg