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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c48 AUTH no_client; member in struct:authnone_private
67 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth;
68 ap->no_client.ah_ops = authnone_ops();
72 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
73 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
77 return (&ap->no_client);
/illumos-gate/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 330 milliseconds