Searched refs:pppd (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdscp/svc/
H A Dsvc-dscp55 if [ ! -x /usr/bin/pppd ]; then
69 /usr/bin/pppd $DM2S_DEVICE unit $UNIT file $PPP_OPTIONS
90 # Stop pppd before we return failure
91 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}"
93 ${PKILL} -KILL -f "pppd ${DM2S_DEVICE}"
100 ${PKILL} -TERM -f "pppd ${DM2S_DEVICE}"
102 ${PKILL} -KILL -f "pppd ${DM2S_DEVICE}"
/illumos-gate/usr/src/cmd/cmd-inet/etc/init.d/
H A Dpppd32 if [ ! -x /usr/bin/pppd -o ! -c /dev/sppp ]; then
61 /usr/bin/pkill -z `/sbin/zonename` -x pppd && sleep 1
H A DMakefile28 PPPD= pppd
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DMakefile5 # cmd/cmd-inet/usr.bin/pppd/Makefile
11 PROG= pppd
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A DMakefile36 pppd pppdump pppstats rdist talk telnet tftp
48 LINTSUBDIRS= nca netstat pppd pppstats tftp
/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;
/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/man/man1m/
H A DMakefile381 pppd.1m \

Completed in 495 milliseconds