Home
last modified time | relevance | path

Searched refs:npppd_auth_get_user (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_auth.c260 if ((user = npppd_auth_get_user(base, username)) == NULL) { in npppd_auth_get_user_password()
315 if ((user = npppd_auth_get_user(base, username)) == NULL) in npppd_auth_get_framed_ip()
356 if ((user = npppd_auth_get_user(base, username)) == NULL) in npppd_auth_get_calling_number()
485 npppd_auth_get_user(npppd_auth_base *base, const char *username) in npppd_auth_get_user() function
H A Dnpppd_auth_local.h85 static npppd_auth_user *npppd_auth_get_user (npppd_auth_base *, const char *);