help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

sockaddr_un

Unix socket address record.

Declaration

Source position: socketsh.inc line 149

type sockaddr_un = packed record

  sun_family: sa_family_t;

  

Address family

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

  

File name

end;

Description

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505