unix_create (FUN)ΒΆ

FUNCTION unix_create : INT

create unix domain socket (nonblocking) (flag SOCK_NONBLOCK is set, protocol is 0) see manpage socket/unix domain socket

Returnvalue: On success, a file descriptor for the new socket is returned. On error, -1 is returned, and errno is set to indicate the error.

InOut:

Scope

Name

Type

Return

unix_create

INT

Input

socket_type

INT