Unix and Linux Discussions Tagged with rac |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
13,629 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
8,936 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
63,316 |
Shell Programming and Scripting |
|
|
|
16 |
13,572 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
12,185 |
Programming |
|
|
|
4 |
18,718 |
Shell Programming and Scripting |
|
|
|
3 |
8,695 |
Shell Programming and Scripting |
|
|
|
6 |
9,963 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,063 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,498 |
Shell Programming and Scripting |
|
|
|
1 |
6,286 |
Shell Programming and Scripting |
|
|
|
3 |
5,466 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
28,851 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,196 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,728 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,984 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
15,361 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,692 |
Shell Programming and Scripting |
|
|
|
7 |
3,763 |
Shell Programming and Scripting |
|
|
|
6 |
3,091 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,633 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
4,483 |
UNIX for Advanced & Expert Users |
|
|
|
14 |
4,899 |
Shell Programming and Scripting |
|
|
|
4 |
1,988 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
4,341 |
Shell Programming and Scripting |
|
|
|
2 |
4,357 |
Red Hat |
|
|
|
2 |
3,705 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,378 |
Programming |
|
|
|
2 |
13,092 |
Gentoo |
|
|
|
4 |
2,690 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
3,996 |
Shell Programming and Scripting |
|
|
|
1 |
2,127 |
Shell Programming and Scripting |
|
|
|
0 |
1,524 |
Software Releases - RSS News |
|
|
|
0 |
2,018 |
Software Releases - RSS News |
|
|
|
10 |
382,853 |
Shell Programming and Scripting |
|
|
|
0 |
1,454 |
Software Releases - RSS News |
|
|
|
0 |
1,305 |
Software Releases - RSS News |
|
|
|
5 |
32,684 |
Shell Programming and Scripting |
|
|
|
1 |
3,015 |
Shell Programming and Scripting |
|
|
|
0 |
1,617 |
Software Releases - RSS News |
librac(3LIB) Interface Libraries librac(3LIB)
NAME
librac - remote asynchronous calls library
SYNOPSIS
cc [ flag... ] file... -lrac -lnsl [ library... ]
#include <rpc/rpc.h>
#include <rpc/rac.h>
DESCRIPTION
Functions in this library provide a remote asynchronous call interface to the RPC library.
INTERFACES
The shared object librac.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object inter-
faces.
clnt_create clnt_create_vers
clnt_dg_create clnt_tli_create
clnt_tp_create clnt_vc_create
rac_drop rac_poll
rac_recv rac_send
rac_senderr rpcb_getaddr
rpcb_getmaps rpcb_gettime
rpcb_rmtcall rpcb_set
rpcb_unset xdrrec_create
xdrrec_endofrecord xdrrec_eof
xdrrec_readbytes xdrrec_skiprecord
FILES
/usr/lib/librac.so.1 shared object
/usr/lib/64/librac.so.1 64-bit shared object file
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
pvs(1), intro(3), rpc_rac(3RAC), attributes(5)
SunOS 5.10 13 Jun 2003 librac(3LIB)