[Overview][Constants][Types][Procedures and functions][Index] |
Alias for sockaddr_un
Source position: sockets.pp line 37
type TUnixSockAddr = packed record |
||
family: sa_family_t; |
|
Protocol family for unix socket |
path: array [0..107] of Char; |
|
Filename for unix socket file |
end; |