npppd_auth_base
npppd_auth_base *realm;
npppd_auth_base *realm = NULL, *realm0 = NULL, *realm1 = NULL;
npppd_auth_base *auth_base;
npppd_auth_base *auth_base;
npppd_auth_dispose(npppd_auth_base *base)
npppd_auth_destroy(npppd_auth_base *base)
npppd_auth_reload(npppd_auth_base *base)
npppd_auth_get_user_password(npppd_auth_base *base,
npppd_auth_get_framed_ip(npppd_auth_base *base, const char *username,
npppd_auth_get_calling_number(npppd_auth_base *base, const char *username,
npppd_auth_get_type(npppd_auth_base *base)
npppd_auth_is_usable(npppd_auth_base *base)
npppd_auth_is_ready(npppd_auth_base *base)
npppd_auth_is_disposing(npppd_auth_base *base)
npppd_auth_is_eap_capable(npppd_auth_base *base)
npppd_auth_get_name(npppd_auth_base *base)
npppd_auth_get_suffix(npppd_auth_base *base)
npppd_auth_username_for_auth(npppd_auth_base *base, const char *username,
npppd_auth_user_session_unlimited(npppd_auth_base *_this)
npppd_check_auth_user_max_session(npppd_auth_base *_this, int count)
npppd_auth_get_user(npppd_auth_base *base, const char *username)
npppd_auth_radius_reload(npppd_auth_base *base, struct authconf *auth)
npppd_auth_base_log(npppd_auth_base *_this, int prio, const char *fmt, ...)
npppd_auth_base *
npppd_auth_base *base;
npppd_auth_base *npppd_auth_create (int, const char *, void *);
void npppd_auth_dispose (npppd_auth_base *);
void npppd_auth_destroy (npppd_auth_base *);
int npppd_auth_reload (npppd_auth_base *);
int npppd_auth_get_user_password (npppd_auth_base *, const char *, char *, int *);
int npppd_auth_get_framed_ip (npppd_auth_base *, const char *, struct in_addr *, struct in_addr *);
int npppd_auth_get_calling_number (npppd_auth_base *, const char *, char *, int *);
int npppd_auth_get_type (npppd_auth_base *);
int npppd_auth_is_usable (npppd_auth_base *);
int npppd_auth_is_ready (npppd_auth_base *);
int npppd_auth_is_disposing (npppd_auth_base *);
int npppd_auth_is_eap_capable (npppd_auth_base *);
const char *npppd_auth_get_name (npppd_auth_base *);
const char *npppd_auth_get_suffix (npppd_auth_base *);
const char *npppd_auth_username_for_auth (npppd_auth_base *, const char *, char *);
int npppd_auth_user_session_unlimited(npppd_auth_base *);
int npppd_check_auth_user_max_session(npppd_auth_base *, int);
npppd_auth_base nar_base;
npppd_auth_base nal_base;
static npppd_auth_user *npppd_auth_get_user (npppd_auth_base *, const char *);
static int npppd_auth_base_log (npppd_auth_base *, int, const char *, ...);
static int npppd_auth_radius_reload (npppd_auth_base *, struct authconf *);
npppd_auth_base *auth_base;
static npppd_auth_base *
npppd_auth_base *base;
static npppd_auth_base *realm_list_remove (slist *, const char *);
npppd_auth_base *realm = ppp->realm;