Searched defs:rply (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java279 SrvLocMsg rply = transactDatagramMsg(ds, addr, msg);
281 if (!filterRply(msg, rply, addr)) {
286 SrvLocHeader rhdr = rply.getHeader();
307 rply = transactTCPMsg(addr, msg, false);
318 if (rply == null) {
327 SrvLocHeader hdr = rply.getHeader();
333 ret.addElement(rply);
416 SrvLocMsg rply = null;
448 rply = internalize(dis, addr);
484 if (rply
717 filterRply(SrvLocMsg msg, SrvLocMsg rply, InetAddress addr) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c663 struct rpc_msg rply; local
692 rply.rm_xid = clone_xprt->xp_xid;
693 rply.rm_direction = REPLY;
694 rply.rm_reply.rp_stat = MSG_ACCEPTED;
695 rply.acpted_rply.ar_verf = clone_xprt->xp_verf;
696 rply.acpted_rply.ar_stat = SUCCESS;
698 if (!xdr_replymsg_hdr(xdrs, &rply)) {
H A Dsvc_cots.c609 struct rpc_msg rply; local
668 rply.rm_xid = clone_xprt->xp_xid;
669 rply.rm_direction = REPLY;
670 rply.rm_reply.rp_stat = MSG_ACCEPTED;
671 rply.acpted_rply.ar_verf = clone_xprt->xp_verf;
672 rply.acpted_rply.ar_stat = SUCCESS;
674 if (!xdr_replymsg_hdr(xdrs, &rply)) {
H A Dsvc.c1108 struct rpc_msg rply; local
1110 rply.rm_direction = REPLY;
1111 rply.rm_reply.rp_stat = MSG_ACCEPTED;
1112 rply.acpted_rply.ar_verf = clone_xprt->xp_verf;
1113 rply.acpted_rply.ar_stat = SUCCESS;
1114 rply.acpted_rply.ar_results.where = xdr_location;
1115 rply.acpted_rply.ar_results.proc = xdr_results;
1117 return (SVC_REPLY((SVCXPRT *)clone_xprt, &rply));
1131 struct rpc_msg rply; local
1133 rply
1152 struct rpc_msg rply; local
1168 struct rpc_msg rply; local
1184 struct rpc_msg rply; local
1209 struct rpc_msg rply; local
1230 struct rpc_msg rply; local
1252 struct rpc_msg rply; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1097 struct rpc_msg rply; local
1099 rply.rm_direction = REPLY;
1100 rply.rm_reply.rp_stat = MSG_ACCEPTED;
1101 rply.acpted_rply.ar_verf = xprt->xp_verf;
1102 rply.acpted_rply.ar_stat = SUCCESS;
1103 rply.acpted_rply.ar_results.where = xdr_location;
1104 rply.acpted_rply.ar_results.proc = xdr_results;
1105 return (SVC_REPLY((SVCXPRT *)xprt, &rply));
1114 struct rpc_msg rply; local
1116 rply
1129 struct rpc_msg rply; local
1144 struct rpc_msg rply; local
1192 struct rpc_msg rply; local
1216 struct rpc_msg rply; local
1232 struct rpc_msg rply; local
[all...]

Completed in 71 milliseconds