Describes RPC message rejection replies.
#include <rpc/rpc.h>
xdr_rejected_reply (xdrs, rr) XDR *xdrs; struct rejected_reply *rr;
The xdr_rejected_reply subroutine describes Remote Procedure Call (RPC) message rejection replies. This subroutine can be used to generate rejection replies similar to RPC rejection replies without using the RPC program.
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
rr | Points to the structure that contains the rejected 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.