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

TUnixSockAddr

Unix socket address record.

Declaration

Source position: sockets.pp line 28

type TUnixSockAddr = packed record

  family: sa_family_t;

  

Address family

  path: array [0..107] of Char;

  

File name

end;

Description

TUnixSockAddr is used to store a UNIX socket addres for the Bind, Recv and Send calls.