Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dauth_none.c74 AUTH no_client; member
93 ap->no_client.ah_cred = ap->no_client.ah_verf = _null_auth; in authnone_create()
94 ap->no_client.ah_ops = &ops; in authnone_create()
98 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
99 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
103 return (&ap->no_client); in authnone_create()
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs_auth.c54 AUTH no_client; member
128 ap->no_client.ah_cred = auth; in authnone_create()
129 ap->no_client.ah_verf = _null_auth; in authnone_create()
130 ap->no_client.ah_ops = &ops; in authnone_create()
134 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
135 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
140 return (&ap->no_client); in authnone_create()

Completed in 8 milliseconds