Lines Matching defs:transp
138 SVCXPRT *transp;
156 if ((transp = svc_tli_create(0, nconf, NULL, 0, 0)) == NULL) {
160 if (!svc_reg(transp, YPU_PROG, YPU_VERS, ypupdate_prog, 0)) {
202 ypupdate_prog(rqstp, transp)
204 SVCXPRT *transp;
215 svc_sendreply(transp, xdr_void, NULL);
230 svcerr_noproc(transp);
247 if (addr2netname(namebuf, transp) != 0) {
251 svcerr_systemerr(transp);
260 svcerr_systemerr(transp);
268 svcerr_weakauth(transp);
272 if (!svc_getargs(transp, xdr_ypupdate_args, (char *)&args)) {
273 svcerr_decode(transp);
283 if (!svc_sendreply(transp, xdr_u_int, (char *)&rslt)) {
286 if (!svc_freeargs(transp, xdr_ypupdate_args, (char *)&args)) {
383 addr2netname(namebuf, transp)
385 SVCXPRT *transp;
391 who = svc_getrpccaller(transp);
394 if ((nconf = getnetconfigent(transp->xp_netid))