IPV6_ADDRESS_EX (Compact 2013)
3/26/2014
This structure stores an IPv6 address.
Syntax
typedef struct _IPV6_ADDRESS_EX_LH {
USHORT sin6_port;
ULONG sin6_flowinfo;
USHORT sin6_addr[8];
ULONG sin6_scope_id;
} IPV6_ADDRESS_EX,
*PIPV6_ADDRESS_EX;
Members
- sin6_port
The IPv6 port number in network byte order.
- sin6_flowinfo
The IPv6 flowinfo value from the IPv6 header in network byte order.
- sin6_addr
The IPv6 address in network byte order.
- sin6_scope_id
The IPv6 scope ID in network byte order.
Remarks
The IPV6_ADDRESS_EX structure is a member of the structure that is used by the Icmp6ParseReplies function.
The IPV6_ADDRESS_EX structure is defined in public header files that are included in the Windows Software Development Kit (SDK).
This structure is defined in the Ipexport.h header file which is automatically included in the Iphlpapi.h header file. The Ipexport.h header file should never be used directly.
See Also
Reference
IP Helper Structures
Icmp6CreateFile
Icmp6ParseReplies
Icmp6SendEcho2
IcmpCloseHandle
IP_OPTION_INFORMATION