OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_domain
(Results
1 - 5
of
5
) sorted by null
/external/kernel-headers/original/linux/sunrpc/
svcauth.h
30
* Currently, the nfs server uses the
auth_domain
to stand
43
* In the case of auth_unix and auth_null, the
auth_domain
is also
47
struct
auth_domain
{
struct
92
* an appropriate '
auth_domain
' as the client.
100
void (*domain_release)(struct
auth_domain
*);
121
extern struct
auth_domain
*unix_domain_find(char *name);
122
extern void auth_domain_put(struct
auth_domain
*item);
123
extern int auth_unix_add_addr(struct in_addr addr, struct
auth_domain
*dom);
124
extern struct
auth_domain
*auth_domain_lookup(char *name, struct
auth_domain
*new)
[
all
...]
svc.h
156
struct
auth_domain
* rq_client; /* RPC peer info */
/external/kernel-headers/original/linux/nfsd/
export.h
50
struct
auth_domain
* ex_client;
66
struct
auth_domain
* ek_client;
89
struct svc_export * exp_get_by_name(struct
auth_domain
*clp,
93
struct svc_export * exp_parent(struct
auth_domain
*clp,
97
int exp_rootfh(struct
auth_domain
*,
99
int exp_pseudoroot(struct
auth_domain
*, struct svc_fh *fhp, struct cache_req *creq);
114
exp_find(struct
auth_domain
*clp, int fsid_type, u32 *fsidv,
/external/chromium/net/tools/testserver/
xmppserver_test.py
111
initial_stream_domain,
auth_domain
, auth_stream_domain):
121
if
auth_domain
:
122
username_domain = '%s@%s' % (username,
auth_domain
)
147
auth_stream_domain or
auth_domain
or
/external/chromium/chrome/browser/password_manager/
password_store_mac.cc
661
const char*
auth_domain
= (scheme == PasswordForm::SCHEME_HTML) ?
local
665
auth_domain
, path, username, CreatorCodeForSearch());
[
all
...]
Completed in 124 milliseconds