xdr_callmsg()

The xdr_callmsg() call translates between RPC call messages (header and authentication, not argument data) and their external representations.

Syntax

#include <rpc\rpc.h>

void
xdr_callmsg(xdrs, cmsg)
XDR *xdrs;
struct rpc_msg *cmsg;

Parameters

xdrs

cmsg


[Back: xdr_callhdr()]
[Next: xdr_destroy()]