Struct FlowDescriptor_t

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

Intserv/RSVP: Flow Descriptor 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
Flowspec_Object FlowSpecObj_t
Filter_Spec_Object FilterSpecObj_t
RRO IPAddressVector
label int

Source code:

//
// Intserv/RSVP: Flow Descriptor Structure
//
struct FlowDescriptor_t
{
    FlowSpecObj_t Flowspec_Object;
    FilterSpecObj_t Filter_Spec_Object;
    IPAddressVector RRO;
    int label;
}