svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libsocket(3lib)
libsocket(3LIB) Interface Libraries libsocket(3LIB)
NAME
libsocket - sockets library
DESCRIPTION
Historically, this library provided the socket API, primarily used with
the TCP/IP protocol suite. This functionality now resides in
libc(3LIB).
This library is maintained to provide backward compatibility for both
runtime and compilation environments. The shared object is implemented
as a filter on libc.so.1. New application development does not need to
specify -lsocket.
FILES
/lib/libsocket.so.1 32-bit shared object
/lib/64/libsocket.so.1 64-bit shared object
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library/libc _ Interface Stability‐
Obsolete Committed _ MT-LevelSee the manual page for each interface.
SEE ALSO
pvs(1), Intro(2), socket.h(3HEAD), intro(3), attributes(7)
HISTORY
The htonl(), htons(), ntohl(), and ntohs() functions were provided in
the libsocket(3LIB) library in Solaris 2 through Solaris 10, and moved
to the libc(3LIB) library in Solaris 11.0.
The rest of the historical content of the libsocket library moved to
the libc(3LIB) library in Solaris 11.4.
Oracle Solaris 11.4 12 Feb 2021 libsocket(3LIB)