Home
last modified time | relevance | path

Searched refs:authconf (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/npppd/npppd/
H A Dnpppd.h156 struct authconf { struct
157 TAILQ_ENTRY(authconf) entry;
218 struct authconf *authconf; member
226 TAILQ_HEAD(authconfs, authconf) authconfs;
H A Dparse.y76 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...]
H A Dnpppd_auth_local.h94 static int npppd_auth_radius_reload (npppd_auth_base *, struct authconf *);
H A Dnpppd_auth.c178 struct authconf *auth; in npppd_auth_reload()
515 npppd_auth_radius_reload(npppd_auth_base *base, struct authconf *auth) in npppd_auth_radius_reload()
H A Dnpppd_config.c230 struct authconf *auth; in npppd_auth_realm_reload()
H A Dnpppd.c2038 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()