Initializes in local memory the XDR stream pointed to by the xdrs parameter.
#include <rpc/xdr.h> void xdrmem_create (xdrs, addr, size, op) XDR *xdrs; char *addr; u_int size; enum xdr_op op;
The xdrmem_create subroutine initializes in local memory the eXternal Data Representation (XDR) stream pointed to by the xdrs parameter. The XDR stream data is written to or read from a chunk of memory at the location specified by the addr parameter.
This subroutine is part of Base Operating System (BOS) Runtime.
List of XDR Programming References.
eXternal Data Representation (XDR) Overview for Programming in AIX Communications Programming Concepts.
Understanding XDR Non-Filter Primitives in AIX Communications Programming Concepts.