Describes RPC call header messages.
#include <rpc/rpc.h>
xdr_callhdr (xdrs, chdr) XDR *xdrs; struct rpc_msg *chdr;
The xdr_callhdr subroutine describes Remote Procedure Call (RPC) call header messages. This subroutine generates call headers that are similar to RPC call headers without using the RPC program.
xdrs | Points to the eXternal Data Representation (XDR) stream handle. |
chdr | Points to the structure that contains the header for the call message. |
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.