Searched refs:auth_level (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/network/telnetd/
H A Dtelnetd.c172 auth_level = 0;
174 auth_level = AUTH_OTHER;
176 auth_level = AUTH_USER;
178 auth_level = AUTH_VALID;
183 auth_level = -1;
478 if (auth_level >= 0) {
H A Dext.h60 EXTERN int auth_level; variable
H A Dsys_term.c930 if (autologin < auth_level) {
1001 if ((auth_level < 0) || (autologin != AUTH_VALID))
1036 if (auth_level >= 0 && autologin == AUTH_VALID) {
H A Dstate.c552 if (auth_level >= 0) {

Completed in 46 milliseconds