| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 3: Library Interfaces and Headers Oracle Solaris 11 Information Library |
Library Interfaces and Headers
SMHBA_GetAdapterAttributes(3LIB)
SMHBA_GetAdapterPortAttributes(3LIB)
SMHBA_GetBindingCapability(3LIB)
SMHBA_GetDiscoveredPortAttributes(3LIB)
SMHBA_GetFCPhyAttributes(3LIB)
SMHBA_GetPersistentBinding(3LIB)
SMHBA_GetPortAttributesByWWN(3LIB)
SMHBA_GetProtocolStatistics(3LIB)
SMHBA_GetSASPhyAttributes(3LIB)
SMHBA_GetVendorLibraryAttributes(3LIB)
SMHBA_GetWrapperLibraryAttributes(3LIB)
SMHBA_RegisterForAdapterAddEvents(3LIB)
SMHBA_RegisterForAdapterEvents(3LIB)
SMHBA_RegisterForAdapterPhyStatEvents(3LIB)
SMHBA_RegisterForAdapterPortEvents(3LIB)
SMHBA_RegisterForAdapterPortStatEvents(3LIB)
SMHBA_RegisterForTargetEvents(3LIB)
SMHBA_RemoveAllPersistentBindings(3LIB)
SMHBA_RemovePersistentBinding(3LIB)
- definitions for UNIX-domain sockets
#include <sys/un.h>
The <sys/un.h> header defines thesockaddr_un structure that includes the following members:
sa_family_t sun_family /* address family */char sun_path[] /* socket pathname */
Thesockaddr_un structure is used to store addresses for UNIX domain sockets.Values of this type must be cast tostruct sockaddr for use withthe socket interfaces.
The <sys/un.h> header defines the typesa_family_t as described insocket.h(3HEAD).
Seeattributes(5) for descriptions of the following attributes:
|
bind(3SOCKET),bind(3XNET),socket.h(3HEAD),socket(3SOCKET),socket(3XNET),socketpair(3SOCKET),socketpair(3XNET),attributes(5),standards(5)
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |