IN6ADDR_ISUNSPECIFIED function (ws2ipdef.h)

Determines whether the address argument is the unspecified IPv6 address (in6addr_any).

Syntax

BOOLEAN IN6ADDR_ISUNSPECIFIED(
  const SOCKADDR_IN6 *a
);

Parameters

a

Type: CONST IN6_ADDR *

The address to test.

Return value

true if the address is the unspecified IPv6 address (in6addr_any); otherwise, false.

Requirements

Requirement Value
Header ws2ipdef.h