1librpcsoc(3LIBUCB)SunOS/BSD Compatibility Interface Librarieslibrpcsoc(3LIBUCB)
2
3
4

NAME

6       librpcsoc - obsolete RPC library
7

SYNOPSIS

9       cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \
10            -R /usr/libucb -lrpcsoc [ library... ]
11       #include <rpc/rpc.h>
12
13

DESCRIPTION

15       Functions  in  this  library  implement  socket  based RPC calls (using
16       socket calls, not TLI ). Applications that require this library  should
17       link it before libnsl, which implements the same calls over TLI .
18
19
20       This  library  is  provided  for  compatibility  only. New applications
21       should not link with this library.
22

INTERFACES

24       The shared object librpcsoc.so.1 provides the public interfaces defined
25       below.  See Intro(3) for additional information on shared object inter‐
26       faces.
27
28
29
30
31       clnttcp_create                clntudp_bufcreate
32       clntudp_create                get_myaddress
33       getrpcport                    rtime
34       svcfd_create                  svctcp_create
35       svcudp_bufcreate              svcudp_create
36       svcudp_enablecache
37
38

FILES

40       /usr/ucblib/librpcsoc.so.1
41
42           shared object
43
44
45       /usr/ucblib/64/librpcsoc.so.1
46
47           64-bit shared object
48
49

ATTRIBUTES

51       See attributes(5) for descriptions of the following attributes:
52
53
54
55
56       ┌─────────────────────────────┬─────────────────────────────┐
57       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
58       ├─────────────────────────────┼─────────────────────────────┤
59       │Availability                 │SUNWscpu (32-bit)            │
60       ├─────────────────────────────┼─────────────────────────────┤
61       │                             │SUNWscpux (64-bit)           │
62       ├─────────────────────────────┼─────────────────────────────┤
63       │MT-Level                     │Unsafe                       │
64       └─────────────────────────────┴─────────────────────────────┘
65

SEE ALSO

67       pvs(1), Intro(3), rpc_soc(3NSL), libnsl(3LIB), attributes(5)
68
69
70
71SunOS 5.11                        20 May 2003               librpcsoc(3LIBUCB)
Impressum