Home | History | Annotate | Download | only in pppd

Lines Matching refs:initializer

143 char	*initializer = NULL;	/* Script to initialize physical link */
182 { "init", o_string, &initializer,
612 * If we have a non-null connection or initializer script,
621 || initializer != NULL));
681 if ((connector && connector[0]) || initializer) {
691 if (initializer && initializer[0]) {
692 if (device_script(initializer, ttyfd, ttyfd, 0) < 0) {
693 error("Initializer script failed");