1libnls(3LIB) Interface Libraries libnls(3LIB)
2
3
4
6 libnls - network listener service library
7
9 cc [ flag... ] file... -lnls [ library... ]
10
11
13 The functions in this library interact with the network listener dae‐
14 mon, listen(1M). The functions are provided for services invoked by the
15 listener daemon and for clients that connect to the services using lis‐
16 ten.
17
19 The shared object libnls.so.1 provides the public interfaces defined
20 below. See Intro(3) for additional information on shared object inter‐
21 faces.
22
23
24
25
26 nlsgetcall nlsprovider
27 nlsrequest
28
29
31 /usr/lib/libnls.so.1 shared object
32
33
34 /usr/lib/64/libnls.so.1 64-bit shared object
35
36
38 See attributes(5) for descriptions of the following attributes:
39
40
41
42
43 ┌─────────────────────────────┬─────────────────────────────┐
44 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
45 ├─────────────────────────────┼─────────────────────────────┤
46 │Availability │SUNWcsl (32-bit) │
47 ├─────────────────────────────┼─────────────────────────────┤
48 │ │SUNWcslx (64-bit) │
49 ├─────────────────────────────┼─────────────────────────────┤
50 │MT-Level │Unsafe │
51 └─────────────────────────────┴─────────────────────────────┘
52
54 listen(1M), Intro(3), attributes(5)
55
56
57
58SunOS 5.11 24 Aug 2004 libnls(3LIB)