un(5) un(5)
NAME
un - definitions for UNIX domain sockets
SYNOPSIS
#include <sys/un.h>
DESCRIPTION
The <sys/un.h> header defines the sockaddrun structure that includes
at least the following members:
safamilyt sunfamily /* address family */
char sunpath[] /* socket pathname */
The sockaddrun structure is used to store addresses for UNIX domain
sockets. Values of this type must be cast to struct sockaddr for use
with the socket interfaces defined in this document.
The <sys/un.h> header defines the type safamilyt as described in
<sys/socket.h>.
SEE ALSO
bind(3N-xs) , socket(3N-xs), socketpair(3N-xs).
Page 1 Reliant UNIX 5.44 Printed 11/98