RSVP_FILTERSPEC_V6_FLOW structure (qossp.h)

The RSVP_FILTERSPEC_V6_FLOW structure provides flow label information for an IPv6 FILTERSPEC.

Syntax

typedef struct _RSVP_FILTERSPEC_V6_FLOW {
  IN_ADDR_IPV6 Address;
  UCHAR        UnUsed;
  UCHAR        FlowLabel[3];
} RSVP_FILTERSPEC_V6_FLOW, *LPRSVP_FILTERSPEC_V6_FLOW;

Members

Address

IPv4 address for which the FILTERSPEC flow label applies, expressed as an IN_ADDR_IPV6 structure.

UnUsed

FlowLabel[3]

Label for the flow.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header qossp.h

See also

IN_ADDR_IPV6

RSVP_FILTERSPEC_V6