Lines Matching defs:pppd
53 #define MAXARGS 256 /* Maximum number of pppd arguments */
83 char *se_pppd; /* Options for pppd */
84 char *se_path; /* Path to pppd executable */
450 * Handle all plain string options; "server", "pppd", "path", "extra",
760 { "pppd", ksDefault, ksPppd, NULL },
2067 * Given a service structure, launch pppd. Called by handle_input()
2077 const char *pppd;
2137 path = "/usr/bin/pppd";
2140 if ((pppd = sep->se_pppd) == NULL)
2141 pppd = "";
2144 slen = strlen(path) + strlen(extra) + strlen(pppd) + 3;
2151 (void) strcat(sptr, pppd);
2205 /* Run pppd */