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

/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc.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
416 struct rpc_msg rply; local
434 struct rpc_msg rply; local
492 struct rpc_msg rply; local
523 struct rpc_msg rply; local
543 struct rpc_msg rply; local
[all...]
/freebsd-9.3-release/sys/rpc/
H A Dsvc.c595 svc_sendreply_common(struct svc_req *rqstp, struct rpc_msg *rply, argument
608 rply, svc_getrpccaller(rqstp), body);
613 ok = SVC_REPLY(xprt, rply, rqstp->rq_addr, body, &rqstp->rq_reply_seq);
628 struct rpc_msg rply; local
633 rply.rm_xid = rqstp->rq_xid;
634 rply.rm_direction = REPLY;
635 rply.rm_reply.rp_stat = MSG_ACCEPTED;
636 rply.acpted_rply.ar_verf = rqstp->rq_verf;
637 rply.acpted_rply.ar_stat = SUCCESS;
638 rply
659 struct rpc_msg rply; local
679 struct rpc_msg rply; local
701 struct rpc_msg rply; local
723 struct rpc_msg rply; local
745 struct rpc_msg rply; local
777 struct rpc_msg rply; local
799 struct rpc_msg rply; local
[all...]

Completed in 181 milliseconds