IN6_IS_ADDR_SUBNET_ROUTER_ANYCAST function (ws2ipdef.h)

Determines whether the address argument is the IPv6 subnet router anycast address.

Syntax

BOOLEAN IN6_IS_ADDR_SUBNET_ROUTER_ANYCAST(
  const IN6_ADDR *a
);

Parameters

a

Type: CONST IN6_ADDR *

Pointer to the address to test.

Return value

true if the address is the IPv6 subnet router anycast address; otherwise, false.

Requirements

Requirement Value
Header ws2ipdef.h