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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c167 static enum script_state auth_script_state = s_down; variable in typeref:enum:script_state
485 if (auth_script_state == s_up && auth_script_pid == 0) {
487 auth_script_state = s_down;
622 if (auth_script_state == s_down && auth_script_pid == 0) {
623 auth_script_state = s_up;
2132 switch (auth_script_state) {
2135 auth_script_state = s_down;
2141 auth_script_state = s_up;

Completed in 47 milliseconds