Lines Matching refs:RPC

10 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
14 Previous releases of RPC Source based on SunOS 4.x were ported to 4.2BSD and
16 transport-specific RPC (TS-RPC).
18 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
20 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
21 by almost 70 vendors on all major operating systems. TS-RPC source code
31 Makefile format supported by SparcCompiler 2.0.1. Second, the Secure RPC
40 ecb_crypt() functions. These routines are used with Secure RPC however all
41 RPC programs that link with this release's librpc will need to link with the
43 within the United States. (PLEASE NOTE: The RPC implementation found in
52 given, and these use libnsl to link in the RPC library. This release builds
53 the RPC library as librpc. To use this release's librpc, use the link command
55 for RPC routines, Solaris's libnsl for other networking functions, and
64 that are already available on Solaris 2.3 (such as the RPC headers, the RPC
78 2. The RPC library is thread safe for all client-side interfaces
85 3. As part of the work to make the RPC library thread-safe, rpcgen has
86 been enhanced to generate thread-safe RPC stubs (the -M option). Note
88 procedure calling the RPC stub must now pass to the stub a pointer to
95 can be achieved by using threads for making client-side RPC calls.
106 cmd/rpcgen The RPC Language compiler (for .x files)
107 cmd/rpcbind The RPC bindery and portmapper
108 cmd/rpcinfo RPC bindery query utility
109 cmd/keyserv The Secure RPC keyserver
119 lib/librpc The RPC and XDR library
122 man/ Manual pages for the RPC library and utilities.
124 uts/common/rpc RPC header files