Content-type: text/html
cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \ -R /usr/libucb -lrpcsoc [ library... ] #include <rpc/rpc.h>
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 with this library.
The shared object librpcsoc.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.
clnttcp_create | clntudp_bufcreate |
clntudp_create | get_myaddress |
getrpcport | rtime |
svcfd_create | svctcp_create |
svcudp_bufcreate | svcudp_create |
svcudp_enablecache |
/usr/ucblib/librpcsoc.so.1 shared object
/usr/ucblib/64/librpcsoc.so.1 64-bit shared object
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Availability | SUNWscpu (32-bit) |
SUNWscpux (64-bit) | |
MT-Level | Unsafe |
pvs(1), intro(3), rpc_soc(3NSL), libnsl(3LIB), attributes(5)