Searched refs:no_dispatch (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | svc_auth.c | 102 bool_t *no_dispatch) in __gss_authenticate() argument 114 *no_dispatch = FALSE; in __gss_authenticate() 127 return (__svcrpcsec_gss(rqst, msg, no_dispatch)); in __gss_authenticate() 153 bool_t no_dispatch; in __authenticate() local 155 return (__gss_authenticate(rqst, msg, &no_dispatch)); in __authenticate()
|
H A D | rpcsec_gss_if.c | 269 __svcrpcsec_gss(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch) in __svcrpcsec_gss() argument 273 return ((*calls.__svcrpcsec_gss)(rqst, msg, no_dispatch)); in __svcrpcsec_gss()
|
H A D | svc.c | 1429 bool_t no_dispatch; in _svc_prog_dispatch() local 1432 &no_dispatch)) != AUTH_OK) { in _svc_prog_dispatch() 1436 if (no_dispatch) in _svc_prog_dispatch()
|
/titanic_41/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 923 bool_t *no_dispatch, in rpcsec_gss_init() argument 1005 *no_dispatch = TRUE; in rpcsec_gss_init() 1021 bool_t *no_dispatch) in rpcsec_gss_continue_init() argument 1052 return (rpcsec_gss_init(rqst, msg, creds, no_dispatch, in rpcsec_gss_continue_init() 1091 *no_dispatch = TRUE; in rpcsec_gss_continue_init() 1112 bool_t *no_dispatch) in rpcsec_gss_data() argument 1237 *no_dispatch = TRUE; in rpcsec_gss_data() 1290 bool_t *no_dispatch) in rpcsec_gss_destroy() argument 1318 *no_dispatch = TRUE; in rpcsec_gss_destroy() 1340 bool_t *no_dispatch) in __svcrpcsec_gss() argument [all …]
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | sec_svc.c | 93 sec_svc_msg(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch) in sec_svc_msg() argument 106 *no_dispatch = FALSE; in sec_svc_msg() 133 return (__svcrpcsec_gss(rqst, msg, no_dispatch)); in sec_svc_msg()
|
/titanic_41/usr/src/lib/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 567 __svcrpcsec_gss(rqst, msg, no_dispatch) in __svcrpcsec_gss() argument 570 bool_t *no_dispatch; 849 *no_dispatch = TRUE; 884 *no_dispatch = TRUE; 940 *no_dispatch = TRUE; 1013 *no_dispatch = TRUE; 1034 *no_dispatch = TRUE;
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | svc.c | 1344 bool_t no_dispatch; in svc_getreq() local 1362 if ((why = sec_svc_msg(&r, &msg, &no_dispatch)) != AUTH_OK) { in svc_getreq() 1370 } else if (no_dispatch) { in svc_getreq()
|