Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libnls(3lib) [opensolaris man page]

libnls(3LIB)							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 inter- faces. nlsgetcall nlsprovider nlsrequest FILES
/usr/lib/libnls.so.1 shared object /usr/lib/64/libnls.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
listen(1M), Intro(3), attributes(5) SunOS 5.11 24 Aug 2004 libnls(3LIB)

Check Out this Related Man Page

liby(3LIB)							Interface Libraries							liby(3LIB)

NAME
liby - yacc library SYNOPSIS
cc [ flag... ] file... -ly [ library... ] DESCRIPTION
The function in this library provides a user interface to the yacc(1) library. INTERFACES
The shared object liby.so.1 provides the public interface defined below. See Intro(3) for additional information on shared object inter- faces. main yyerror FILES
/usr/lib/liby.so.1 shared object /usr/lib/64/liby.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl, SUNWbtool (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
yacc(1), Intro(3), attributes(5) SunOS 5.11 16 Jun 2003 liby(3LIB)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AIXlink

Since resently upgraded from AIXlink 1.1.3 to 1.1.5. an additional X25 listener is starting with a CUD of 01000000*, which allowing acceptance of any calls with a CUD. does anyone know how to change this. (2 Replies)
Discussion started by: jmcc01
2 Replies

2. Filesystems, Disks and Memory

mv files still in use - space not freed

Had a issue recently where DB admins did: mv listener.log listener.log.old gzip listener.log.old Where file listener.log is continually being written to by an oracle process. Anyway, according to the DB admins they successfully created the listener.log.old.gz file (i.e. all went okay).... (4 Replies)
Discussion started by: apra143
4 Replies

3. Solaris

Domino listener in 2 separate zones

Can you set up a second listener in /devices/pseudo? What about using a different minor number? I am trying to get Domino to listen from 2 different local zones. They are each running different versions of Domino. Any help would be appreciate. Here is some more info: The first zone... (0 Replies)
Discussion started by: pstoever
0 Replies

4. Shell Programming and Scripting

Script multi listener

hello can help to script to find the listener is up or down for diferent db i have 2 listener ps -fea |grep tns root 17333 17559 0 12:26:38 pts/3 0:00 grep tns oracle 3800 1 1 Jul 23 ? 400:42 /u01/app/oracle/product/9.2.0/bin/tnslsnr LISTENER -inherit ... (1 Reply)
Discussion started by: ceciaide
1 Replies