up | Inhaltsverzeichniss | Kommentar

Manual page for un(5)

un - definitions for UNIX-domain sockets

SYNOPSIS

#include <sys/un.h>

DESCRIPTION

The <sys/un.h> header defines the sockaddr_un structure that includes the following members:

sa_family_t   sun_family   /* address family */
char          sun_path[]   /* socket pathname */

The sockaddr_un 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 <sys/un.h> header defines the type sa_family_t as described in socket.5

SEE ALSO

bind.3n bind.3xn socket.3n socket.3xn socketpair.3n socketpair.3xn socket.5


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).

Last modified 07/October/97