Go to main content

ONC+ RPC Developer's Guide

Exit Print View

Updated: March 2019
 
 
Chapter 4

Programmer's Interface to RPC

This chapter addresses the C interface to RPC and describes how to write network applications using RPC. For a complete specification of the routines in the RPC library, see rpc(3NSL) and related man pages.


Note -  The client and server interfaces described in this chapter are multithread safe, except where noted (such as raw mode). This designation means that applications that contain RPC function calls can be used freely in a multithreaded application.