Lines Matching refs:msg
59 #define debug(msg) /*printf("svcauth_des: %s\n", msg) */ argument
105 _svcauth_des (register struct svc_req *rqst, register struct rpc_msg *msg) in _svcauth_des() argument
137 if (msg->rm_call.cb_cred.oa_length <= 0 || in _svcauth_des()
138 msg->rm_call.cb_cred.oa_length > MAX_AUTH_BYTES) in _svcauth_des()
141 ixdr = (uint32_t *) msg->rm_call.cb_cred.oa_base; in _svcauth_des()
169 if (msg->rm_call.cb_verf.oa_length <= 0 || in _svcauth_des()
170 msg->rm_call.cb_verf.oa_length > MAX_AUTH_BYTES) in _svcauth_des()
173 ixdr = (uint32_t *) msg->rm_call.cb_verf.oa_base; in _svcauth_des()
339 ixdr = (uint32_t *) msg->rm_call.cb_verf.oa_base; in _svcauth_des()
345 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()
347 (char *) ixdr - msg->rm_call.cb_verf.oa_base; in _svcauth_des()