in6_addr (Windows CE 5.0)
This structure represents a host by its IPv6 address.
struct in6_addr {union {u_charByte[16];u_shortWord[8];} u;};
Members
- Byte
Host address formatted as 16 u_chars. - Word
Host address formatted as 8 u_shorts.
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: Ws2tcpip.h.
See Also
Send Feedback on this topic to the authors