Home
last modified time | relevance | path

Searched refs:rply (Results 1 – 2 of 2) sorted by relevance

/trueos/lib/libc/rpc/
HDsvc.c378 struct rpc_msg rply; local
382 rply.rm_direction = REPLY;
383 rply.rm_reply.rp_stat = MSG_ACCEPTED;
384 rply.acpted_rply.ar_verf = xprt->xp_verf;
385 rply.acpted_rply.ar_stat = SUCCESS;
386 rply.acpted_rply.ar_results.where = xdr_location;
387 rply.acpted_rply.ar_results.proc = xdr_results;
388 return (SVC_REPLY(xprt, &rply));
398 struct rpc_msg rply; local
402 rply.rm_direction = REPLY;
[all …]
/trueos/sys/rpc/
HDsvc.c617 svc_sendreply_common(struct svc_req *rqstp, struct rpc_msg *rply, in svc_sendreply_common() argument
630 rply, svc_getrpccaller(rqstp), body); in svc_sendreply_common()
635 ok = SVC_REPLY(xprt, rply, rqstp->rq_addr, body, &rqstp->rq_reply_seq); in svc_sendreply_common()
650 struct rpc_msg rply; in svc_sendreply() local
655 rply.rm_xid = rqstp->rq_xid; in svc_sendreply()
656 rply.rm_direction = REPLY; in svc_sendreply()
657 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
658 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svc_sendreply()
659 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply()
660 rply.acpted_rply.ar_results.where = NULL; in svc_sendreply()
[all …]