Searched refs:uam_obj (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dauth.c34 static struct uam_obj uam_login = {"", "", 0, {{NULL, NULL, NULL}}, &uam_login,
36 static struct uam_obj uam_changepw = {"", "", 0, {{NULL, NULL, NULL}}, &uam_changepw,
38 static struct uam_obj uam_printer = {"", "", 0, {{NULL, NULL, NULL}}, &uam_printer,
47 struct uam_obj *prev, *start;
66 struct uam_obj *auth_uamfind(const int type, const char *name,
69 struct uam_obj *prev, *start;
82 int auth_register(const int type, struct uam_obj *uam)
84 struct uam_obj *start;
H A Duam_auth.h26 struct uam_obj { struct
42 struct uam_obj *uam_prev, *uam_next;
67 int auth_register (const int, struct uam_obj *);
69 struct uam_obj *auth_uamfind (const int, const char *, const int);
H A Duam.c115 struct uam_obj *uam;
134 if ((uam = calloc(1, sizeof(struct uam_obj))) == NULL)
171 struct uam_obj *uam;
H A Dqueries.c699 static struct uam_obj *papd_uam = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Duam_auth.h25 struct uam_obj { struct
42 struct uam_obj *uam_prev, *uam_next;
62 int auth_register (const int, struct uam_obj *);
64 struct uam_obj *auth_uamfind (const int, const char *, const int);
H A Dauth.c89 static struct uam_obj uam_login = {"", "", 0, {{NULL, NULL, NULL, NULL }}, &uam_login,
91 static struct uam_obj uam_changepw = {"", "", 0, {{NULL, NULL, NULL, NULL}}, &uam_changepw,
94 static struct uam_obj *afp_uam = NULL;
134 struct uam_obj *uams;
1031 struct uam_obj *uam;
1175 struct uam_obj *auth_uamfind(const int type, const char *name,
1178 struct uam_obj *prev, *start;
1191 int auth_register(const int type, struct uam_obj *uam)
1193 struct uam_obj *start;
H A Duam.c139 struct uam_obj *uam;
158 if ((uam = calloc(1, sizeof(struct uam_obj))) == NULL)
201 struct uam_obj *uam;

Completed in 72 milliseconds