Lines Matching defs:script
245 "\tifwatchd [-hiqv] [-A arrival-script] [-D departure-script]\n"
246 "\t\t [-d down-script] [-u up-script]\n"
247 "\t\t [-c carrier-script] [-n no-carrier-script] ifname(s)\n"
255 "\t -i no (!) initial run of the up script if the interface\n"
359 const char *script;
365 script = *scripts[ev];
366 if (script == NULL)
414 script, ifname, DummyTTY, DummySpeed, addr, daddr);
417 script, ifname, DummyTTY, DummySpeed, addr, daddr);
424 if (execl(script, script, ifname, DummyTTY, DummySpeed,
427 script);