Struct LabelRequestObj_t

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

Intserv/RSVP: Label Request Object Structure

Usage diagram:

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

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Fields:

Name Type Description
prot int

request;

Source code:

//
// Intserv/RSVP: Label Request Object Structure
//
struct LabelRequestObj_t
{
    // request;
    int prot;
}