Unit 'Sockets' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

sockaddr_un

Unix socket address record.

Declaration

Source position: socketsh.inc line 144

type sockaddr_un = packed record

  sun_family: sa_family_t;

  

Address family.

  sun_path: array [0..107] of AnsiChar;

  

File name.

end;

Description

sockaddr_un is used to store a UNIX socket address for the FPBind, FPRecv and FPSend calls.


Documentation generated on: Jul 24 2023