Searched refs:rm_call (Results 1 – 14 of 14) sorted by relevance
59 + RNDUP (cmsg->rm_call.cb_cred.oa_length) in xdr_callmsg()61 + RNDUP (cmsg->rm_call.cb_verf.oa_length)); in xdr_callmsg()69 if (cmsg->rm_call.cb_rpcvers != RPC_MSG_VERSION) in xdr_callmsg()74 oa = &cmsg->rm_call.cb_cred; in xdr_callmsg()82 oa = &cmsg->rm_call.cb_verf; in xdr_callmsg()106 cmsg->rm_call.cb_rpcvers = IXDR_GET_LONG (buf); in xdr_callmsg()111 cmsg->rm_call.cb_prog = IXDR_GET_LONG (buf); in xdr_callmsg()112 cmsg->rm_call.cb_vers = IXDR_GET_LONG (buf); in xdr_callmsg()113 cmsg->rm_call.cb_proc = IXDR_GET_LONG (buf); in xdr_callmsg()114 oa = &cmsg->rm_call.cb_cred; in xdr_callmsg()[all …]
69 auth_len = (u_int) msg->rm_call.cb_cred.oa_length; in _svcauth_unix()70 xdrmem_create (&xdrs, msg->rm_call.cb_cred.oa_base, auth_len, XDR_DECODE); in _svcauth_unix()117 if ((u_int)msg->rm_call.cb_verf.oa_length) in _svcauth_unix()120 msg->rm_call.cb_verf.oa_flavor; in _svcauth_unix()122 msg->rm_call.cb_verf.oa_base; in _svcauth_unix()124 msg->rm_call.cb_verf.oa_length; in _svcauth_unix()
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()
267 msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnt_broadcast()268 msg.rm_call.cb_prog = PMAPPROG; in clnt_broadcast()269 msg.rm_call.cb_vers = PMAPVERS; in clnt_broadcast()270 msg.rm_call.cb_proc = PMAPPROC_CALLIT; in clnt_broadcast()271 msg.rm_call.cb_cred = unix_auth->ah_cred; in clnt_broadcast()272 msg.rm_call.cb_verf = unix_auth->ah_verf; in clnt_broadcast()
156 cmsg->rm_call.cb_rpcvers = RPC_MSG_VERSION; in libc_hidden_nolink_sunrpc()161 xdr_u_long (xdrs, &(cmsg->rm_call.cb_rpcvers)) && in libc_hidden_nolink_sunrpc()162 xdr_u_long (xdrs, &(cmsg->rm_call.cb_prog))) in libc_hidden_nolink_sunrpc()163 return xdr_u_long (xdrs, &(cmsg->rm_call.cb_vers)); in libc_hidden_nolink_sunrpc()
463 msg.rm_call.cb_cred.oa_base = cred_area; in libc_hidden_def()464 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in libc_hidden_def()486 r.rq_prog = msg.rm_call.cb_prog; in libc_hidden_def()487 r.rq_vers = msg.rm_call.cb_vers; in libc_hidden_def()488 r.rq_proc = msg.rm_call.cb_proc; in libc_hidden_def()489 r.rq_cred = msg.rm_call.cb_cred; in libc_hidden_def()494 if (msg.rm_call.cb_cred.oa_flavor == AUTH_NULL) in libc_hidden_def()
106 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntraw_create()107 call_msg.rm_call.cb_prog = prog; in clntraw_create()108 call_msg.rm_call.cb_vers = vers; in clntraw_create()
100 rqst->rq_cred = msg->rm_call.cb_cred; in _authenticate()
506 msg->rm_call.cb_verf.oa_flavor = AUTH_UNIX; in svcunix_recv()507 msg->rm_call.cb_verf.oa_base = (caddr_t) &cm; in svcunix_recv()508 msg->rm_call.cb_verf.oa_length = sizeof (cm); in svcunix_recv()
183 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clnttcp_create()184 call_msg.rm_call.cb_prog = prog; in clnttcp_create()185 call_msg.rm_call.cb_vers = vers; in clnttcp_create()
168 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in clntunix_create()169 call_msg.rm_call.cb_prog = prog; in clntunix_create()170 call_msg.rm_call.cb_vers = vers; in clntunix_create()
615 uc->uc_proc = msg->rm_call.cb_proc; in cache_get()616 uc->uc_vers = msg->rm_call.cb_vers; in cache_get()617 uc->uc_prog = msg->rm_call.cb_prog; in cache_get()
168 call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION; in __libc_clntudp_bufcreate()169 call_msg.rm_call.cb_prog = program; in __libc_clntudp_bufcreate()170 call_msg.rm_call.cb_vers = version; in __libc_clntudp_bufcreate()
156 #define rm_call ru.RM_cmb macro
Completed in 26 milliseconds