Home | History | Annotate | Download | only in ypbind

Lines Matching refs:transp

689 ypbindproc_null_2(SVCXPRT *transp, void *argp)
703 ypbindproc_domain_2(SVCXPRT *transp, void *argp)
829 ypbindproc_setdom_2(SVCXPRT *transp, void *argp)
836 fromsin = svc_getcaller(transp);
899 ypbindprog_2(struct svc_req *rqstp, register SVCXPRT *transp)
929 svcerr_auth(transp, AUTH_BADCRED);
934 svcerr_auth(transp, AUTH_TOOWEAK);
944 svcerr_noproc(transp);
948 if (!svc_getargs(transp, xdr_argument, (caddr_t)(void *)&argument)) {
949 svcerr_decode(transp);
952 result = (*local)(transp, &argument);
953 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) {
954 svcerr_systemerr(transp);