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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c65 struct opaque_auth au_origcred; /* original credentials */ member in struct:audata
135 au->au_origcred.oa_length = XDR_GETPOS(&xdrs);
136 au->au_origcred.oa_flavor = AUTH_SYS;
137 if ((au->au_origcred.oa_base = malloc(au->au_origcred.oa_length)) ==
145 (void) memcpy(au->au_origcred.oa_base, mymem,
146 (size_t)au->au_origcred.oa_length);
151 auth->ah_cred = au->au_origcred;
273 auth->ah_cred = au->au_origcred;
291 if (auth->ah_cred.oa_base == au->au_origcred
[all...]

Completed in 15 milliseconds