IN4_UNALIGNED_ADDR_EQUAL function (mstcpip.h)
Determines whether two IPv4 addresses are equal (where the pointer arguments are permitted to be unaligned).
Syntax
MSTCPIP_INLINE BOOLEAN IN4_UNALIGNED_ADDR_EQUAL(
const IN_ADDR *a,
const IN_ADDR *b
);
Parameters
a
Type: _In_ CONST IN_ADDR *
Pointer (which is permitted to be unaligned) to the first address.
b
Type: _In_ CONST IN_ADDR *
Pointer (which is permitted to be unaligned) to the second address.
Return value
true
if the two addresses arguments point to values that are equal; otherwise, false
.
Requirements
Requirement | Value |
---|---|
Header | mstcpip.h |