Home | History | Annotate | Download | only in pppd

Lines Matching refs:script

207  * script while one is already running.
658 * Run disconnector script, if requested.
817 * If the peer had to authenticate, run the auth-up script now.
2310 * auth_script_done - called when the auth-up or auth-down script
2335 * auth_script - execute a script with arguments
2339 auth_script(script)
2340 char *script;
2356 argv[0] = script;
2364 auth_script_pid = run_program(script, argv, 0, auth_script_done, NULL, 0);