1ncad_addr(4)                     File Formats                     ncad_addr(4)
2
3
4

NAME

6       ncad_addr  -  name  of  the Solaris Network Cache and Accelerator (NCA)
7       socket utility library
8

SYNOPSIS

10       /usr/lib/ncad_addr.so
11
12

DESCRIPTION

14       ncad_addr.so is the Solaris Network Cache and Accelerator (NCA)  socket
15       utility  library.  Use  this library with a web server to avoid support
16       for the PF_NCA family type socket. The web server can take advantage of
17       NCA functionality.
18
19
20       Interpose  the  ncad_addr interfaces before the interfaces in libsocket
21       by setting the environment variable LD_PRELOAD to ncad_addr.so so  that
22       it is preloaded before libsocket.so.1. The ncad_addr.so interfaces will
23       be interposed only if NCA is enabled. See ncakmod(1).
24

EXAMPLES

26       Example 1 Interposing ncad_addr
27
28
29       Using Bourne shell syntax as an example, set LD_PRELOAD as shown  below
30       to interpose the ncad_addr socket utility libary:
31
32
33         LD_PRELOAD=/usr/lib/ncad_addr.so /usr/bin/httpd
34
35

FILES

37       /usr/lib/ncad_addr.so    ncad_addr socket utility library shared object
38
39

ATTRIBUTES

41       See attributes(5)  for descriptions of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │Availability                 │SUNWncar (32-bit)            │
50       ├─────────────────────────────┼─────────────────────────────┤
51       │                             │SUNWncarx (64-bit)           │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │Interface Stability          │Unstable                     │
54       └─────────────────────────────┴─────────────────────────────┘
55

SEE ALSO

57       nca(1),  ncab2clf(1),  ncakmod(1),  socket(3SOCKET),  nca.if(4),  ncak‐
58       mod.conf(4), attributes(5)
59

NOTES

61       Only applications that use the NCA feature, for example,  web  servers,
62       should interpose this library.
63
64
65
66SunOS 5.11                        18 Feb 2003                     ncad_addr(4)
Impressum