Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c48 AUTH no_client; member
67 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
68 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
72 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
73 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
77 return (&ap->no_client); in authnone_create()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dauth_none.c57 AUTH no_client; member
84 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
85 ap->no_client.ah_ops = authnone_ops(); in authnone_create()
89 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
90 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
95 return (&ap->no_client); in authnone_create()