unix_listen (FUN)ΒΆ
FUNCTION unix_listen : INT
listen for connections on a socket see manpage listen
Returnvalue: On success, zero is returned. On error, -1 is returned, and errno is set to indicate the error.
- InOut:
- Scope - Name - Type - Return - unix_listen- INT- Input - sockfd- INT- backlog- INT
