Content-type: text/html Man page of librpcsoc

librpcsoc

Section: SunOS/BSD Compatibility Interface Libraries (3LIBUCB)
Updated: 20 May 2003
Index Return to Main Contents
 

NAME

librpcsoc - obsolete RPC library  

SYNOPSIS

cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \
-R /usr/libucb -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 with this library.  

INTERFACES

The shared object librpcsoc.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces.

clnttcp_createclntudp_bufcreate
clntudp_createget_myaddress
getrpcportrtime
svcfd_createsvctcp_create
svcudp_bufcreatesvcudp_create
svcudp_enablecache

 

FILES

/usr/ucblib/librpcsoc.so.1 shared object

/usr/ucblib/64/librpcsoc.so.1 64-bit shared object

 

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWscpu (32-bit)
SUNWscpux (64-bit)
MT-LevelUnsafe

 

SEE ALSO

pvs(1), intro(3), rpc_soc(3NSL), libnsl(3LIB), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
INTERFACES
FILES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:51 GMT, October 02, 2010