Lines Matching defs:transp
123 register SVCXPRT *transp;
164 if ((transp = svc_tli_create(0, nconf, NULL, 0, 0)) == NULL) {
171 if (!svc_reg(transp, RQUOTAPROG, RQUOTAVERS, dispatch, 0)) {
229 dispatch(rqstp, transp)
231 register SVCXPRT *transp;
239 if (!svc_sendreply(transp, xdr_void, 0))
240 log_cant_reply(transp);
245 getquota(rqstp, transp);
249 svcerr_noproc(transp);
312 getquota(rqstp, transp)
314 register SVCXPRT *transp;
324 if (!svc_getargs(transp, xdr_getquota_args, (caddr_t)&gqa)) {
325 svcerr_decode(transp);
404 if (!svc_sendreply(transp, xdr_getquota_rslt, (caddr_t)&gqr))
405 log_cant_reply(transp);
645 getclientsnames(transp)
646 SVCXPRT *transp;
666 nconf = getnetconfigent(transp->xp_netid);
669 transp->xp_netid);
673 nbuf = svc_getrpccaller(transp);
687 log_cant_reply(transp)
688 SVCXPRT *transp;
695 clnames = getclientsnames(transp);