RSVP_FILTERSPEC_V6 structure (qossp.h)

The RSVP_FILTERSPEC_V6 structure stores information for a FILTERSPEC on an IPv6 address.

Syntax

typedef struct _RSVP_FILTERSPEC_V6 {
  IN_ADDR_IPV6 Address;
  USHORT       UnUsed;
  USHORT       Port;
} RSVP_FILTERSPEC_V6, *LPRSVP_FILTERSPEC_V6;

Members

Address

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

UnUsed

Port

TCP port of the socket on which the FILTERSPEC applies.

Remarks

When working with IPv4 addresses, use RSVP_FILTERSPEC_V4.

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_V4