ONC+ Developer's Guide

Bottom Level Routines

The bottom level contains routines used for full control of transport options. "Bottom Level Interface" describes these routines.

Table 2-5 RPC Routines--Bottom Level

Routine 

Description 

clnt_dg_create()

Creates an RPC client handle for the specified remote program, using a connectionless transport  

svc_dg_create()

Creates an RPC server handle, using a connectionless transport 

clnt_vc_create()

Creates an RPC client handle for the specified remote program, using a connection-oriented transport 

svc_vc_create()

Creates an RPC server handle, using a connection-oriented transport 

clnt_call() 

Client calls a procedure to send a request to the server