Searched refs:rply (Results 1 – 10 of 10) sorted by relevance
| /onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | Transact.java | 279 SrvLocMsg rply = transactDatagramMsg(ds, addr, msg); in transactUnicastMsg() local 281 if (!filterRply(msg, rply, addr)) { in transactUnicastMsg() 286 SrvLocHeader rhdr = rply.getHeader(); in transactUnicastMsg() 307 rply = transactTCPMsg(addr, msg, false); in transactUnicastMsg() 318 if (rply == null) { in transactUnicastMsg() 327 SrvLocHeader hdr = rply.getHeader(); in transactUnicastMsg() 333 ret.addElement(rply); in transactUnicastMsg() 416 SrvLocMsg rply = null; in transactDatagramMsg() local 448 rply = internalize(dis, addr); in transactDatagramMsg() 484 if (rply == null) { in transactDatagramMsg() [all …]
|
| H A D | RequestHandler.java | 517 SrvLocMsg rply = msg; in handleRequest() local 536 rply = dispatch(msg); in handleRequest() 540 if (rply == null) { in handleRequest() 560 rply = null; in handleRequest() 591 if (rply != null) { in handleRequest() 592 SrvLocHeader hdr = rply.getHeader(); in handleRequest() 609 rply.getHeader()}); in handleRequest() 614 rply = hdr.makeErrorReply(ex); in handleRequest() 620 hdr = rply.getHeader(); in handleRequest() 1067 SrvLocMsg rply = serviceTable.register(rqst); in dispatchReg() local [all …]
|
| H A D | ServerDATable.java | 558 SrvLocMsg rply = null; in forwardRegOrDereg() local 573 rply = msg; in forwardRegOrDereg() 582 rply = msg; in forwardRegOrDereg() 585 rply = rqst; in forwardRegOrDereg() 589 rply = Transact.transactTCPMsg(addr, rply, false); in forwardRegOrDereg() 606 if (rply == null || in forwardRegOrDereg() 607 rply.getErrorCode() != ServiceLocationException.OK) { in forwardRegOrDereg() 613 (rply == null ? "<null>": in forwardRegOrDereg() 614 Integer.toString(rply.getErrorCode()))}); in forwardRegOrDereg()
|
| H A D | ServiceLocationManager.java | 226 CAttrMsg rply = in getRefreshInterval() local 231 if (rply == null || in getRefreshInterval() 232 rply.getErrorCode() != ServiceLocationException.OK) { in getRefreshInterval() 234 (rply == null ? in getRefreshInterval() 236 rply.getErrorCode()); in getRefreshInterval() 248 Vector attrs = rply.attrList; in getRefreshInterval()
|
| H A D | SunDATable.java | 328 SrvLocMsg rply = in getSrvReply() local 333 if (rply == null || in getSrvReply() 334 rply.getErrorCode() != ServiceLocationException.OK) { in getSrvReply() 336 (rply == null ? in getSrvReply() 338 rply.getErrorCode()); in getSrvReply() 347 return (CSrvMsg)rply; in getSrvReply()
|
| H A D | SLPHeaderV2.java | 218 SrvLocMsg rply = null; in parseMsg() local 232 rply = new CSrvMsg(this, dis); in parseMsg() 236 rply = new CAttrMsg(this, dis); in parseMsg() 240 rply = new CSrvTypeMsg(this, dis); in parseMsg() 244 rply = new CDAAdvert(this, dis); in parseMsg() 251 rply = this; in parseMsg() 256 rply = new CSAAdvert(this, dis); in parseMsg() 281 return rply; in parseMsg()
|
| /onnv-gate/usr/src/uts/common/rpc/ |
| H A D | svc.c | 1111 struct rpc_msg rply; in svc_sendreply() local 1113 rply.rm_direction = REPLY; in svc_sendreply() 1114 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply() 1115 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_sendreply() 1116 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply() 1117 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply() 1118 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply() 1120 return (SVC_REPLY((SVCXPRT *)clone_xprt, &rply)); in svc_sendreply() 1134 struct rpc_msg rply; in svcerr_noproc() local 1136 rply.rm_direction = REPLY; in svcerr_noproc() [all …]
|
| H A D | svc_cots.c | 601 struct rpc_msg rply; in svc_cots_kgetres() local 660 rply.rm_xid = clone_xprt->xp_xid; in svc_cots_kgetres() 661 rply.rm_direction = REPLY; in svc_cots_kgetres() 662 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_cots_kgetres() 663 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_cots_kgetres() 664 rply.acpted_rply.ar_stat = SUCCESS; in svc_cots_kgetres() 666 if (!xdr_replymsg_hdr(xdrs, &rply)) { in svc_cots_kgetres()
|
| H A D | svc_clts.c | 654 struct rpc_msg rply; in svc_clts_kgetres() local 683 rply.rm_xid = clone_xprt->xp_xid; in svc_clts_kgetres() 684 rply.rm_direction = REPLY; in svc_clts_kgetres() 685 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_clts_kgetres() 686 rply.acpted_rply.ar_verf = clone_xprt->xp_verf; in svc_clts_kgetres() 687 rply.acpted_rply.ar_stat = SUCCESS; in svc_clts_kgetres() 689 if (!xdr_replymsg_hdr(xdrs, &rply)) { in svc_clts_kgetres()
|
| /onnv-gate/usr/src/lib/libnsl/rpc/ |
| H A D | svc.c | 1092 struct rpc_msg rply; in svc_sendreply() local 1094 rply.rm_direction = REPLY; in svc_sendreply() 1095 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply() 1096 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply() 1097 rply.acpted_rply.ar_stat = SUCCESS; in svc_sendreply() 1098 rply.acpted_rply.ar_results.where = xdr_location; in svc_sendreply() 1099 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply() 1100 return (SVC_REPLY((SVCXPRT *)xprt, &rply)); in svc_sendreply() 1109 struct rpc_msg rply; in svcerr_noproc() local 1111 rply.rm_direction = REPLY; in svcerr_noproc() [all …]
|