Lines Matching defs:xprt
82 SVCXPRT *xprt;
507 SVCXPRT *xprt;
515 xprt = svc_tli_create(fd, 0, NULL, 0, 0);
516 if (xprt == NULL) {
527 rmt->xprt = xprt;
529 xprt->xp_netid = rmt->netid;
563 return (rmt->xprt);
1042 /* XXX may be too big, but can't access xprt array here */
1213 SVCXPRT *xprt;
1220 if ((xprt = find_rmtcallxprt_by_fd(pfds[j].fd)) != NULL) {
1227 __func__, pfds[j].fd, xprt->xp_netid);
1229 handle_reply(pfds[j].fd, xprt);
1241 xprt_set_caller(SVCXPRT *xprt, struct finfo *fi)
1245 netbuf_copybuf(svc_getrpccaller(xprt), fi->caller_addr);
1246 xidp = __rpcb_get_dg_xidp(xprt);
1254 send_svcsyserr(SVCXPRT *xprt, struct finfo *fi)
1257 xprt_set_caller(xprt, fi);
1258 svcerr_systemerr(xprt);
1264 handle_reply(int fd, SVCXPRT *xprt)
1322 send_svcsyserr(xprt, fi);
1332 xprt_set_caller(xprt, fi);
1335 svc_getrpccaller(xprt));
1343 svc_sendreply(xprt, (xdrproc_t) xdr_rmtcall_result, (char *) &a);