Searched refs:npppd_auth_get_name (Results 1 – 5 of 5) sorted by relevance
81 const char *npppd_auth_get_name (npppd_auth_base *);
322 if (strcmp(npppd_auth_get_name(base), label) == 0) in realm_list_remove()
2037 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()
289 strlcpy(_this->rlmname, npppd_auth_get_name(realm), in npppd_who_init()
428 npppd_auth_get_name(npppd_auth_base *base) in npppd_auth_get_name() function