Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dauth.c230 static pid_t auth_script_pid = 0; variable
787 if (auth_script_state == s_up && auth_script_pid == 0) { in link_down()
936 if (auth_script_state == s_down && auth_script_pid == 0) { in network_phase()
2421 auth_script_pid = 0; in auth_script_done()
2468 auth_script_pid = run_program(script, argv, 0, auth_script_done, NULL, 0); in auth_script()