Searched defs:xdrproc_t (Results 1 - 1 of 1) sorted by relevance

/hardware/msm7k/librpc/rpc/
H A Dtypes.h124 * A xdrproc_t exists for each data type which is to be encoded or decoded.
126 * The second argument to the xdrproc_t is a pointer to an opaque pointer.
130 * bool_t (*xdrproc_t)(XDR *, caddr_t *);
132 typedef bool_t (*xdrproc_t) (XDR *, void *,...); typedef
181 #define NULL_xdrproc_t ((xdrproc_t)0)
196 xdrproc_t proc;

Completed in 180 milliseconds