Searched refs:au_origcred (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dauth_unix.c107 struct opaque_auth au_origcred; /* original credentials */ member in struct:audata
180 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs);
181 au->au_origcred.oa_flavor = AUTH_UNIX;
183 au->au_origcred.oa_base = mem_alloc((u_int) len);
185 if ((au->au_origcred.oa_base = mem_alloc((u_int) len)) == NULL) {
190 bcopy(mymem, au->au_origcred.oa_base, (u_int)len);
195 auth->ah_cred = au->au_origcred;
286 auth->ah_cred = au->au_origcred;
303 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) {
312 xdrmem_create(&xdrs, au->au_origcred
[all...]

Completed in 107 milliseconds