Home | History | Annotate | Download | only in pppd

Lines Matching refs:script

311  * run an ipcp-up/down script while one is already running.
1286 * Execute the ipv6-up script, like this:
1339 /* Execute the ipv6-down script */
1373 * ipv6cp_script_done - called when the ipv6-up or ipv6-down script
1399 * ipv6cp_script - Execute a script with arguments
1403 ipv6cp_script(script)
1404 char *script;
1413 argv[0] = script;
1422 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done, NULL);