...th the file type 'p'. SEE ALSO mkfifo (1), open (2), pipe (2), sigaction (2), signal (2), socketpair (2), mkfifo (3), pipe (7)...nclude <sys/socket.h> #include <sys/un.h> unix_socket = socket(AF_UNIX, type, 0); error = socketpair(AF_UNIX, type, 0, int * sv ); DESCRIPTION The AF_UNIX (also known as AF_LOCA…...) sigset (3) sigsuspend (2) sleep (3) sockatmark (3) Added in POSIX.1-2001 TC2 socket (2) socketpair (2) stat (2) stpcpy (3) Added in POSIX.1-2008 TC2 stpncpy (3) Added in POSIX…...FIFO. SEE ALSO mkfifo (1), dup (2), fcntl (2), open (2), pipe (2), poll (2), select (2), socketpair (2), splice (2), stat (2), tee (2), vmsplice (2), mkfifo (3), epoll (7), fifo…...l be accepted, and accept (2) is used to get a new socket with a new incoming connection. socketpair (2) returns two connected anonymous sockets (implemented only for a few loca…