IN6ADDR_ISLOOPBACK function (ws2ipdef.h)
Determines whether the address argument is an IPv6 loopback address.
BOOLEAN IN6ADDR_ISLOOPBACK(
const SOCKADDR_IN6 *a
);
a
Type: CONST IN6_ADDR *
Pointer to the address to test.
true
if the address is an IPv6 loopback address; otherwise, false
.
Requirement | Value |
---|---|
Header | ws2ipdef.h |