Searched refs:oa_base (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/sunrpc/ |
D | auth_unix.c | 142 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create() 143 if (au->au_origcred.oa_base == NULL) in authunix_create() 145 memcpy(au->au_origcred.oa_base, mymem, (u_int) len); in authunix_create() 251 xdrmem_create (&xdrs, verf->oa_base, verf->oa_length, XDR_DECODE); in authunix_validate() 253 if (au->au_shcred.oa_base != NULL) in authunix_validate() 255 mem_free (au->au_shcred.oa_base, in authunix_validate() 257 au->au_shcred.oa_base = NULL; in authunix_validate() 267 au->au_shcred.oa_base = NULL; in authunix_validate() 284 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) in authunix_refresh() 294 xdrmem_create (&xdrs, au->au_origcred.oa_base, in authunix_refresh() [all …]
|
D | rpc_cmsg.c | 79 memcpy ((caddr_t) buf, oa->oa_base, oa->oa_length); in xdr_callmsg() 87 memcpy ((caddr_t) buf, oa->oa_base, oa->oa_length); in xdr_callmsg() 121 if (oa->oa_base == NULL) in xdr_callmsg() 123 oa->oa_base = (caddr_t) in xdr_callmsg() 129 if (xdr_opaque (xdrs, oa->oa_base, in xdr_callmsg() 135 memcpy (oa->oa_base, (caddr_t) buf, oa->oa_length); in xdr_callmsg() 161 if (oa->oa_base == NULL) in xdr_callmsg() 163 oa->oa_base = (caddr_t) in xdr_callmsg() 169 if (xdr_opaque (xdrs, oa->oa_base, in xdr_callmsg() 175 memcpy (oa->oa_base, (caddr_t) buf, oa->oa_length); in xdr_callmsg()
|
D | svcauth_des.c | 141 ixdr = (uint32_t *) msg->rm_call.cb_cred.oa_base; 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()
|
D | svc_authux.c | 70 xdrmem_create (&xdrs, msg->rm_call.cb_cred.oa_base, auth_len, XDR_DECODE); in _svcauth_unix() 121 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix() 122 msg->rm_call.cb_verf.oa_base; in _svcauth_unix()
|
D | svc_unix.c | 236 xprt->xp_verf.oa_base = cd->verf_body; in libc_hidden_nolink_sunrpc() 504 msg->rm_call.cb_verf.oa_base = (caddr_t) &cm; in svcunix_recv()
|
D | svc.c | 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()
|
D | svc_raw.c | 84 srp->server.xp_verf.oa_base = srp->verf_body; in svcraw_create()
|
D | clnt_raw.c | 200 if (msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_nolink_sunrpc()
|
D | rpc_prot.c | 56 return xdr_bytes (xdrs, &ap->oa_base, in xdr_opaque_auth()
|
D | svc_tcp.c | 243 xprt->xp_verf.oa_base = cd->verf_body; in libc_hidden_nolink_sunrpc()
|
D | auth_des.c | 354 ixdr = (uint32_t *) rverf->oa_base; in authdes_validate()
|
D | clnt_tcp.c | 315 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()
|
D | clnt_unix.c | 292 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_nolink_sunrpc()
|
D | svc_udp.c | 172 xprt->xp_verf.oa_base = su->su_verfbody; in svcudp_bufcreate()
|
D | clnt_udp.c | 505 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in clntudp_call()
|
/glibc-2.36/sunrpc/rpc/ |
D | auth.h | 84 caddr_t oa_base; /* address of more auth stuff */ member
|