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

/external/ppp/pppd/
H A Dauth.c215 static enum script_state auth_script_state = s_down; variable in typeref:enum:script_state
665 if (auth_script_state == s_up && auth_script_pid == 0) {
667 auth_script_state = s_down;
797 if (auth_script_state == s_down && auth_script_pid == 0) {
798 auth_script_state = s_up;
2508 switch (auth_script_state) {
2511 auth_script_state = s_down;
2517 auth_script_state = s_up;

Completed in 79 milliseconds