Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The sockaddr structure varies depending on the protocol selected. Except for the sin*_family parameter, sockaddr contents are expressed in network byte order.
Syntax
struct sockaddr_in6_old {
SHORT sin6_family;
USHORT sin6_port;
ULONG sin6_flowinfo;
IN6_ADDR sin6_addr;
};
Members
sin6_family
sin6_port
sin6_flowinfo
sin6_addr
Requirements
| Requirement | Value |
|---|---|
| Header | ws2ipdef.h (include Ws2ipdef.h) |