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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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.c73 static struct uam_obj uam_login = {"", "", 0, {{NULL, NULL, NULL, NULL }}, &uam_login,
75 static struct uam_obj uam_changepw = {"", "", 0, {{NULL, NULL, NULL, NULL}}, &uam_changepw,
78 static struct uam_obj *afp_uam = NULL;
122 struct uam_obj *uams;
955 struct uam_obj *uam;
1099 struct uam_obj *auth_uamfind(const int type, const char *name,
1102 struct uam_obj *prev, *start;
1115 int auth_register(const int type, struct uam_obj *uam)
1117 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 79 milliseconds