Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Determines whether two IPv6 addresses are equal.
Syntax
BOOLEAN IN6_ADDR_EQUAL(
const IN6_ADDR *x,
const IN6_ADDR *y
);
Parameters
x
Type: CONST IN6_ADDR *
Pointer to the first address.
y
Type: CONST IN6_ADDR *
Pointer to the second address.
Return value
true if the two addresses arguments point to values that are equal; otherwise, false.
Requirements
| Requirement | Value |
|---|---|
| Header | ws2ipdef.h |