Lines Matching refs:transp
185 SVCXPRT *transp; local
209 if ((transp = svc_tli_create(0, nconf, NULL, 0, 0)) == NULL) {
216 __rpc_negotiate_uid(transp->xp_fd)) {
224 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS, ypbindprog_3, 0)) {
228 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS_2,
235 if (!svc_reg(transp, YPBINDPROG, YPBINDVERS_1,
469 ypbindprog_3(rqstp, transp) in ypbindprog_3() argument
471 register SVCXPRT *transp;
505 svcerr_noproc(transp);
510 if (!svc_getargs(transp, (xdrproc_t)xdr_argument, (char *)&argument)) {
511 svcerr_decode(transp);
516 result = (*local)(&argument, rqstp, transp);
519 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) {
520 svcerr_systemerr(transp);
522 if (!svc_freeargs(transp, (xdrproc_t)xdr_argument, (char *)&argument)) {
530 ypbindprog_2(rqstp, transp) in ypbindprog_2() argument
532 register SVCXPRT *transp;
562 svcerr_noproc(transp);
567 if (!svc_getargs(transp, (xdrproc_t)xdr_argument, (char *)&argument)) {
568 svcerr_decode(transp);
573 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) {
574 svcerr_systemerr(transp);
576 if (!svc_freeargs(transp, (xdrproc_t)xdr_argument, (char *)&argument)) {