xdrfunc
xdrproc_t xdrfunc,
*size = xdr_sizeof((*xdrfunc), resp);
if (!(*xdrfunc)(&xdrs, resp)) {
xdrproc_t xdrfunc,
if (!(*xdrfunc)(&xdrs, *xdrargs)) {
decode_args(xdrproc_t xdrfunc, refd_door_args_t *argp, caddr_t *xdrargs,
if (!(*xdrfunc)(&xdrs, *xdrargs)) {
xdrproc_t xdrfunc,
*size = xdr_sizeof((*xdrfunc), resp);
if (!(*xdrfunc)(&xdrs, resp)) {
xdrfunc *xdrptr;
xdrptr = malloc(sizeof (struct xdrfunc));
xdrfunc *xdrfunc_head = NULL; /* xdr function list */
xdrfunc *xdrfunc_tail = NULL; /* xdr function list */
xdrfunc *xdrfuncp;
extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
struct xdrfunc *next;
typedef struct xdrfunc xdrfunc;