unix_connect (FUN)ΒΆ
FUNCTION unix_connect : INT
initiate a connection on a socket see manpage connect
Returnvalue: If the connection or binding succeeds, zero is returned. On error, -1 is returned, and errno is set to indicate the error.
- InOut:
- Scope - Name - Type - Return - unix_connect- INT- Input - sockfd- INT- pathname- STRING(108)
