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

/osnet-11/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;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c1095 struct rpc_msg rply; local
1097 rply.rm_direction = REPLY;
1098 rply.rm_reply.rp_stat = MSG_ACCEPTED;
1099 rply.acpted_rply.ar_verf = xprt->xp_verf;
1100 rply.acpted_rply.ar_stat = SUCCESS;
1101 rply.acpted_rply.ar_results.where = xdr_location;
1102 rply.acpted_rply.ar_results.proc = xdr_results;
1103 return (SVC_REPLY((SVCXPRT *)xprt, &rply));
1112 struct rpc_msg rply; local
1114 rply
1127 struct rpc_msg rply; local
1142 struct rpc_msg rply; local
1190 struct rpc_msg rply; local
1214 struct rpc_msg rply; local
1230 struct rpc_msg rply; local
[all...]

Completed in 25 milliseconds