xdr_nlm_testres
extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
(xdrproc_t) xdr_nlm_testres, (caddr_t) argp,
(xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res,
xdr_free((xdrproc_t) xdr_nlm_testres, &res);
xdr_result = (xdrproc_t) xdr_nlm_testres;
xdr_argument = (xdrproc_t) xdr_nlm_testres;
(xdrproc_t)xdr_nlm_testres, &res,
if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {