sockaddr_in6_old structure (ws2ipdef.h)

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)

See also

SOCKADDR_STORAGE