Source position: jwaws2tcpip.pas line 271
type SOCKADDR_IN6 = record
sin6_family: SHORT;
sin6_port: u_short;
sin6_flowinfo: u_long;
sin6_addr: in6_addr;
sin6_scope_id: u_long;
end;