Query: un
OS: opensolaris
Section: 3head
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
un.h(3HEAD) Headers un.h(3HEAD)NAMEun.h, un - definitions for UNIX-domain socketsSYNOPSIS#include <sys/un.h>DESCRIPTIONThe <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.h(3HEAD).ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSObind(3SOCKET), bind(3XNET), socket.h(3HEAD), socket(3SOCKET), socket(3XNET), socketpair(3SOCKET), socketpair(3XNET), attributes(5), stan- dards(5) SunOS 5.11 30 Aug 2002 un.h(3HEAD)
Related Man Pages |
---|
in.h(3head) - sunos |
un.h(3head) - opensolaris |
in(3head) - bsd |
in.h(3head) - centos |
in(3head) - mojave |
Similar Topics in the Unix Linux Community |
---|
socket |