Searched defs:pppd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c53 #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; local
2137 path = "/usr/bin/pppd";
2140 if ((pppd = sep->se_pppd) == NULL)
2141 pppd
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c2576 stmf_pp_data_t **pppd; local
2590 for (pppd = &stmf_state.stmf_ppdlist; *pppd != NULL;
2591 pppd = &((*pppd)->ppd_next)) {
2592 if (*pppd == ppd)
2596 if (*pppd == NULL)
2599 *pppd = ppd->ppd_next;

Completed in 80 milliseconds