Searched defs:no_client (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_none.c57 AUTH no_client; member in struct:authnone_private
84 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
85 ap->no_client.ah_ops = authnone_ops();
89 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
90 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
95 return (&ap->no_client);

Completed in 149 milliseconds