Home
last modified time | relevance | path

Searched refs:oa_base (Results 1 – 14 of 14) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dauth_unix.c137 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create()
138 if (au->au_origcred.oa_base == NULL) in authunix_create()
140 memcpy(au->au_origcred.oa_base, mymem, (u_int) len); in authunix_create()
219 if (au->au_shcred.oa_base != NULL) in authunix_validate()
221 mem_free (au->au_shcred.oa_base, in authunix_validate()
223 au->au_shcred.oa_base = NULL; in authunix_validate()
233 au->au_shcred.oa_base = NULL; in authunix_validate()
250 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) in authunix_refresh()
260 xdrmem_create (&xdrs, au->au_origcred.oa_base, in authunix_refresh()
291 if (au->au_shcred.oa_base != NULL) in authunix_destroy()
[all …]
A Drpc_cmsg.c86 memcpy ((caddr_t) buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
94 memcpy ((caddr_t) buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
128 if (oa->oa_base == NULL) in xdr_callmsg()
130 oa->oa_base = (caddr_t) in xdr_callmsg()
136 if (xdr_opaque (xdrs, oa->oa_base, in xdr_callmsg()
142 memcpy (oa->oa_base, (caddr_t) buf, oa->oa_length); in xdr_callmsg()
168 if (oa->oa_base == NULL) in xdr_callmsg()
170 oa->oa_base = (caddr_t) in xdr_callmsg()
176 if (xdr_opaque (xdrs, oa->oa_base, in xdr_callmsg()
182 memcpy (oa->oa_base, (caddr_t) buf, oa->oa_length); in xdr_callmsg()
A Dsvc_authux.c75 xdrmem_create (&xdrs, msg->rm_call.cb_cred.oa_base, auth_len, XDR_DECODE); in _svcauth_unix()
128 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix()
129 msg->rm_call.cb_verf.oa_base; in _svcauth_unix()
A Dsvc_raw.c94 srp->server.xp_verf.oa_base = srp->verf_body; in svcraw_create()
A Dsvc.c357 msg.rm_call.cb_cred.oa_base = cred_area; in libc_hidden_def()
358 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in libc_hidden_def()
A Dsvc_unix.c221 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
480 msg->rm_call.cb_verf.oa_base = (caddr_t) &cm; in svcunix_recv()
A Dclnt_raw.c201 if (msg.acpted_rply.ar_verf.oa_base != NULL) in clntraw_call()
A Drpc_prot.c63 return xdr_bytes (xdrs, &ap->oa_base, in xdr_opaque_auth()
A Dsvc_tcp.c223 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
A Dclnt_tcp.c313 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()
A Dclnt_unix.c289 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()
A Dsvc_udp.c155 xprt->xp_verf.oa_base = su->su_verfbody; in svcudp_bufcreate()
A Dclnt_udp.c449 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in clntudp_call()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dauth.h87 caddr_t oa_base; /* address of more auth stuff */ member

Completed in 14 milliseconds