Lines Matching defs:msg
57 * flavorx_auth(rqst, msg)
59 * struct rpc_msg *msg;
82 * The call rpc message, msg has been obtained from the wire. The msg contains
85 * if the msg is successfully authenticated. If AUTH_OK then the routine also
93 * The caller still owns and is responsible for msg->u.cmb.cred and
94 * msg->u.cmb.verf. The authentication system retains ownership of
101 __gss_authenticate(struct svc_req *rqst, struct rpc_msg *msg,
110 rqst->rq_cred = msg->rm_call.cb_cred;
117 return (__svcauth_null(rqst, msg));
119 return (__svcauth_sys(rqst, msg));
121 return (__svcauth_short(rqst, msg));
123 return (__svcauth_des(rqst, msg));
125 return (__svcauth_loopback(rqst, msg));
127 return (__svcrpcsec_gss(rqst, msg, no_dispatch));
136 as = (*asp->handler)(rqst, msg);
147 * The following function __authenticate(rqst, msg) is preserved for
151 __authenticate(struct svc_req *rqst, struct rpc_msg *msg)
155 return (__gss_authenticate(rqst, msg, &no_dispatch));
160 __svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)