Home
last modified time | relevance | path

Searched refs:npppd_auth_get_name (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd_auth.h81 const char *npppd_auth_get_name (npppd_auth_base *);
Dnpppd_config.c322 if (strcmp(npppd_auth_get_name(base), label) == 0) in realm_list_remove()
Dnpppd.c2037 if (strcmp(npppd_auth_get_name(realm1), in npppd_ppp_bind_realm()
2062 NPPPD_DBG((LOG_DEBUG, "bind realm %s", npppd_auth_get_name(realm))); in npppd_ppp_bind_realm()
2118 return npppd_auth_get_name(ppp->realm); in npppd_ppp_get_realm_name()
2159 npppd_auth_get_name(ppp->realm)) == 0) in npppd_ppp_bind_iface()
2304 "realm=%s", npppd_auth_get_name(auth_base)); in npppd_auth_finalizer_periodic()
Dnpppd_ctl.c289 strlcpy(_this->rlmname, npppd_auth_get_name(realm), in npppd_who_init()
Dnpppd_auth.c428 npppd_auth_get_name(npppd_auth_base *base) in npppd_auth_get_name() function