Interface Libraries libnls(3LIB)
NAME
libnls - network listener service library
SYNOPSIS
cc [ flag... ] file... -lnls [ library... ]
DESCRIPTION
The functions in this library interact with the network
listener daemon, listen(1M). The functions are provided for
services invoked by the listener daemon and for clients that
connect to the services using listen.
INTERFACES
The shared object libnls.so.1 provides the public interfaces
defined below. See Intro(3) for additional information on
shared object interfaces.
nlsgetcall nlsprovider
nlsrequest
FILES
/usr/lib/libnls.so.1 shared object
/usr/lib/64/libnls.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 24 Aug 2004 1
Interface Libraries libnls(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
MT-Level Unsafe
SEE ALSO
listen(1M), Intro(3), attributes(5)
SunOS 5.11 Last change: 24 Aug 2004 2
|