Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dauth.c229 static enum script_state auth_script_state = s_down; variable
787 if (auth_script_state == s_up && auth_script_pid == 0) { in link_down()
789 auth_script_state = s_down; in link_down()
936 if (auth_script_state == s_down && auth_script_pid == 0) { in network_phase()
937 auth_script_state = s_up; in network_phase()
2422 switch (auth_script_state) { in auth_script_done()
2425 auth_script_state = s_down; in auth_script_done()
2431 auth_script_state = s_up; in auth_script_done()