[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Sockets' (#rtl)

TInetSockAddr6

Record for IPV6 socket address.

Declaration

Source position: socketsh.inc line 136

type TInetSockAddr6 = packed record

  sin6_family: sa_family_t;

  

Address family

  sin6_port: cuint16;

  

Port

  sin6_flowinfo: cuint32;

  

Flow information.

  sin6_addr: Tin6_addr;

  

IPV6 address

  sin6_scope_id: cuint32;

  

end;