Headers un.h(3HEAD)
NAME
un.h, un - definitions for UNIX-domain sockets
SYNOPSIS
#include
DESCRIPTION
The header defines the sockaddrun structure that
includes 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.
The header defines the type safamilyt as
described in socket.h(3HEAD).
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard
SEE ALSO
bind(3SOCKET), bind(3XNET), socket.h(3HEAD),
socket(3SOCKET), socket(3XNET), socketpair(3SOCKET),
socketpair(3XNET), attributes(5), standards(5)
SunOS 5.11 Last change: 30 Aug 2002 1
|