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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c66 struct opaque_auth au_shcred; /* short hand cred */ member in struct:audata
112 auth->ah_verf = au->au_shcred = _null_auth;
263 if (au->au_shcred.oa_base != NULL) {
264 free(au->au_shcred.oa_base);
265 au->au_shcred.oa_base = NULL;
267 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
268 auth->ah_cred = au->au_shcred;
271 (void) xdr_opaque_auth(&xdrs, &au->au_shcred);
272 au->au_shcred.oa_base = NULL;
329 if (au->au_shcred
[all...]

Completed in 25 milliseconds