Searched refs:rply (Results 1 - 10 of 10) 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...]
H A DServerDATable.java558 SrvLocMsg rply = null;
573 rply = msg;
582 rply = msg;
585 rply = rqst;
589 rply = Transact.transactTCPMsg(addr, rply, false);
606 if (rply == null ||
607 rply.getErrorCode() != ServiceLocationException.OK) {
613 (rply == null ? "<null>":
614 Integer.toString(rply
[all...]
H A DRequestHandler.java517 SrvLocMsg rply = msg;
536 rply = dispatch(msg);
540 if (rply == null) {
560 rply = null;
591 if (rply != null) {
592 SrvLocHeader hdr = rply.getHeader();
609 rply.getHeader()});
614 rply = hdr.makeErrorReply(ex);
620 hdr = rply.getHeader();
1067 SrvLocMsg rply
[all...]
H A DServiceLocationManager.java226 CAttrMsg rply =
231 if (rply == null ||
232 rply.getErrorCode() != ServiceLocationException.OK) {
234 (rply == null ?
236 rply.getErrorCode());
248 Vector attrs = rply.attrList;
H A DSunDATable.java328 SrvLocMsg rply =
333 if (rply == null ||
334 rply.getErrorCode() != ServiceLocationException.OK) {
336 (rply == null ?
338 rply.getErrorCode());
347 return (CSrvMsg)rply;
H A DSLPHeaderV2.java218 SrvLocMsg rply = null;
232 rply = new CSrvMsg(this, dis);
236 rply = new CAttrMsg(this, dis);
240 rply = new CSrvTypeMsg(this, dis);
244 rply = new CDAAdvert(this, dis);
251 rply = this;
256 rply = new CSAAdvert(this, dis);
281 return rply;
/illumos-gate/usr/src/uts/common/rpc/
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...]
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)) {
/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 81 milliseconds