Home | History | Annotate | Download | only in rpc.rstatd

Lines Matching refs:transp

292 rstat_service(struct svc_req *rqstp, SVCXPRT *transp)
303 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL);
323 svcerr_progvers(transp, RSTATVERS_ORIG, RSTATVERS_TIME);
345 svcerr_progvers(transp, RSTATVERS_ORIG, RSTATVERS_TIME);
351 svcerr_noproc(transp);
355 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) {
356 svcerr_decode(transp);
360 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) {
361 svcerr_systemerr(transp);
363 if (!svc_freeargs(transp, xdr_argument, (caddr_t)&argument)) {