Home | History | Annotate | Download | only in pppd

Lines Matching refs:script

320  * run an ipcp-up/down script while one is already running.
1267 * Execute the ipv6-up script, like this:
1321 /* Execute the ipv6-down script */
1355 * ipv6cp_script_done - called when the ipv6-up or ipv6-down script
1381 * ipv6cp_script - Execute a script with arguments
1385 ipv6cp_script(script)
1386 char *script;
1395 argv[0] = script;
1404 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done,