#include <rpc/rpc.h>
int xdr_accepted_reply (xdrs, ar) XDR *xdrs; struct accepted_reply *ar;
The xdr_accepted_reply subroutine encodes Remote Procedure Call (RPC) reply messages. The routine generates message replies similar to RPC message replies without using the RPC program.
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
ar | Specifies the address of the structure that contains the RPC reply. |
Upon successful completion, this subroutine returns a value of 1. If unsuccessful, it returns a value of 0.
This subroutine is part of Base Operating System (BOS) Runtime.
List of RPC Programming References.
eXternal Data Representation (XDR) Overview for Programming and Remote Procedure Call (RPC) Overview for Programming in AIX Version 4.3 Communications Programming Concepts.