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;
success = clnt_call(cli, NLM_TEST_RES, xdr_nlm_testres,
st = clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void,
st = clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres,