Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the address argument is one of the 128 IPv6 subnet-reserved anycast addresses.
Syntax
BOOLEAN IN6_IS_ADDR_SUBNET_RESERVED_ANYCAST(
const IN6_ADDR *a
);
Parameters
a
Type: CONST IN6_ADDR *
Pointer to the address to test.
Return value
true if the address is one of the 128 IPv6 subnet-reserved anycast addresses; otherwise, false.
Requirements
| Requirement | Value |
|---|---|
| Header | ws2ipdef.h |