Home | History | Annotate | Download | only in sunrpc

Lines Matching refs:auth_domain

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 {
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);
125 extern struct auth_domain *auth_domain_find(char *name);
126 extern struct auth_domain *auth_unix_lookup(struct in_addr addr);
127 extern int auth_unix_forget_old(struct auth_domain *dom);