Searched defs:rqst (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svc_auth.c | 57 * flavorx_auth(rqst, msg) 58 * struct svc_req *rqst; 87 * set rqst->rq_xprt->verf to the appropriate response verifier; 88 * sets rqst->rq_client_cred to the "cooked" form of the credentials. 90 * NB: rqst->rq_cxprt->verf must be pre-alloctaed; 95 * rqst->rq_client_cred, the cooked credentials. 101 __gss_authenticate(struct svc_req *rqst, struct rpc_msg *msg, argument 110 rqst->rq_cred = msg->rm_call.cb_cred; 111 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; 112 rqst 151 __authenticate(struct svc_req *rqst, struct rpc_msg *msg) argument 160 __svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) argument [all...] |
H A D | svc_auth_loopb.c | 45 __svcauth_loopback(struct svc_req *rqst, struct rpc_msg *msg) argument 61 area = (struct area *)rqst->rq_clntcred; 110 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; 111 rqst->rq_xprt->xp_verf.oa_length = 0;
|
H A D | svc_auth_sys.c | 59 __svcauth_sys(struct svc_req *rqst, struct rpc_msg *msg) argument 75 area = (struct area *)rqst->rq_clntcred; 124 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; 125 rqst->rq_xprt->xp_verf.oa_length = 0; 138 __svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) argument 147 __svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) argument 149 return (__svcauth_sys(rqst, msg));
|
H A D | rpcsec_gss_if.c | 269 __svcrpcsec_gss(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch) argument 273 return ((*calls.__svcrpcsec_gss)(rqst, msg, no_dispatch));
|
H A D | svcauth_des.c | 119 __svcauth_des(struct svc_req *rqst, struct rpc_msg *msg) argument 152 area = (struct area *)rqst->rq_clntcred; 412 * Serialize the reply verifier, and update rqst 420 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; 421 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; 422 rqst->rq_xprt->xp_verf.oa_length = 424 if (rqst->rq_xprt->xp_verf.oa_length > MAX_AUTH_BYTES) {
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServerDATable.java | 499 private void forwardRegOrDereg(InetAddress addr, SrvLocMsg rqst) { argument 500 SrvLocHeader hdr = rqst.getHeader(); 518 if (rqst instanceof SSrvReg) { 519 auths = ((SSrvReg)rqst).URLSignature; 520 } else if (rqst instanceof SSrvDereg) { 521 auths = ((SSrvDereg)rqst).URLSignature; 564 if (rqst instanceof SSrvReg) { 565 SSrvReg rrqst = (SSrvReg)rqst; 575 } else if (rqst instanceof SSrvDereg) { 576 SSrvDereg drqst = (SSrvDereg)rqst; [all...] |
H A D | RequestHandler.java | 817 * @param rqst Service request object. 821 SrvLocMsg dispatch(SrvLocMsg rqst) { argument 823 SrvLocHeader hdr = rqst.getHeader(); 829 if (rqst instanceof CDAAdvert) { // DA advert... 830 CDAAdvert msg = (CDAAdvert)rqst; 915 } else if (rqst instanceof CSAAdvert) {// SA advert... 916 CSAAdvert msg = (CSAAdvert)rqst; 981 if (rqst instanceof SSrvReg) { // registration... 983 return dispatchReg((SSrvReg)rqst, 986 } else if (rqst instanceo 1043 dispatchReg(SSrvReg rqst, ServiceTable serviceTable) argument 1085 dispatchDereg(SSrvDereg rqst, ServiceTable serviceTable) argument 1127 dispatchSrvType(SSrvTypeMsg rqst, ServiceTable serviceTable) argument 1180 dispatchAttr(SAttrMsg rqst, ServiceTable serviceTable) argument 1232 dispatchSrv(SSrvMsg rqst, ServiceTable serviceTable) argument [all...] |
H A D | ServiceTable.java | 1341 makeDAAdvert(SSrvMsg rqst, argument 1345 SrvLocHeader hdr = rqst.getHeader(); 1348 String query = rqst.query; 1352 // If security is on, proceed only if we can sign as rqst.spi 1353 if (conf.getHasSecurity() && !AuthBlock.canSignAs(rqst.spi)) { 1357 new Object[] {rqst.spi}); 1384 return rqst.makeReply(new Hashtable(), new Hashtable()); 1455 makeSAAdvert(SSrvMsg rqst, argument 1459 SrvLocHeader hdr = rqst.getHeader(); 1464 String query = rqst [all...] |
H A D | Transact.java | 904 SrvLocMsg rqst, 915 Transact tran = new Transact(rqst, 903 transactActiveAdvertRequest(ServiceType type, SrvLocMsg rqst, ServerDATable daTable) argument
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_net.c | 127 struct tcp_rqst *rqst; local 156 if (!(rqst = malloc(sizeof (*rqst)))) { 160 rqst->hp = hp; 161 rqst->target = target; 162 rqst->scopes = scopes; 163 rqst->free_target = free_target; 164 rqst->xid = xid; 165 (void) slp_enqueue(tcp_q, rqst); 455 struct tcp_rqst *rqst; local [all...] |
Completed in 58 milliseconds