Searched refs:authconf (Results 1 – 6 of 6) sorted by relevance
156 struct authconf { struct157 TAILQ_ENTRY(authconf) entry;218 struct authconf *authconf; member226 TAILQ_HEAD(authconfs, authconf) authconfs;
76 static void authconf_init (struct authconf *);77 static void authconf_fini (struct authconf *);79 static struct authconf *authconf_find (const char *);89 struct authconf *curr_authconf;703 struct authconf *n;711 if ((n = malloc(sizeof(struct authconf))) == NULL) {981 struct authconf *auth;1023 n->authconf = auth;1521 struct authconf *auth, *auth0;1640 authconf_init(struct authconf *aut[all...]
94 static int npppd_auth_radius_reload (npppd_auth_base *, struct authconf *);
178 struct authconf *auth; in npppd_auth_reload()515 npppd_auth_radius_reload(npppd_auth_base *base, struct authconf *auth) in npppd_auth_radius_reload()
230 struct authconf *auth; in npppd_auth_realm_reload()
2038 bind->authconf->name) == 0) { in npppd_ppp_bind_realm() 2156 if (bind->authconf == NULL) in npppd_ppp_bind_iface() 2158 } else if (strcmp(bind->authconf->name, in npppd_ppp_bind_iface()