librpcsoc(4)
NAME
librpcsoc − obsolete RPC library
SYNOPSIS
cc [ flag ... ] file ... −L/usr/ucblib −lrpcsoc [ library ... ]
#include <rpc/rpc.h>
DESCRIPTION
Functions in this library implement socket based RPC calls (using socket calls, not TLI ). Applications that require this library should link it before libnsl, which implements the same calls over TLI .
This library is provided for compatibility only; new applications should not link in this library.
The shared object librpcsoc.so.1 provides the public interfaces defined below.
For additional information on shared object interfaces, see intro(4).
INTERFACES
SUNW_1.1 (generic):
| clnttcp_create | clntudp_bufcreate | clntudp_create |
| get_myaddress | getrpcport | rtime |
| svcfd_create | svctcp_create | svcudp_bufcreate |
| svcudp_create | svcudp_enablecache |
FILES
/usr/ucblib/librpcsoc.so.1 shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| MT-Level | Unsafe |
SEE ALSO
pvs(1), rpc_soc(3N), intro(4), libnsl(4), attributes(5)
SunOS 5.6 — Last change: 31 Dec 1996