Struct FlowDescriptor_t

File: Network/RSVP_TE/IntServ.msg

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

FlowDescriptor_t

Fields:

Name Type Description
Flowspec_Object FlowSpecObj_t
Filter_Spec_Object FilterSpecObj_t
RRO IPAddressVector
label int

Source code:

struct FlowDescriptor_t
{
  fields:
    FlowSpecObj_t Flowspec_Object;
    FilterSpecObj_t Filter_Spec_Object;
    IPAddressVector RRO;
    int label;
};