Searched refs:pppd (Results 1 – 21 of 21) sorted by relevance
35 file path=etc/init.d/pppd group=sys mode=0744 \36 original_name=SUNWpppd:etc/init.d/pppd preserve=true49 hardlink path=etc/rc0.d/K50pppd target=../../etc/init.d/pppd51 hardlink path=etc/rc1.d/K50pppd target=../../etc/init.d/pppd53 hardlink path=etc/rc2.d/S47pppd target=../../etc/init.d/pppd55 hardlink path=etc/rcS.d/K50pppd target=../../etc/init.d/pppd59 file path=usr/bin/pppd mode=455581 file path=usr/share/man/man8/pppd.896 license usr/src/cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE \97 license=usr/src/cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE
46 license usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/THIRDPARTYLICENSE.minconnect \47 license=usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/THIRDPARTYLICENSE.minconnect48 license usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/THIRDPARTYLICENSE.passwd \49 license=usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/THIRDPARTYLICENSE.passwd
55 if [ ! -x /usr/bin/pppd ]; then69 /usr/bin/pppd $DM2S_DEVICE unit $UNIT file $PPP_OPTIONS
28 # These are options for running pppd(8) to provide a DSCP35 # Generic pppd options.
32 if [ ! -x /usr/bin/pppd -o ! -c /dev/sppp ]; then61 /usr/bin/pkill -z `/sbin/zonename` -x pppd && sleep 1
28 PPPD= pppd
26 # Privileged system-wide pppd options may be placed here. Typically, the44 # is the name of the peer. This file is then read by using the pppd "call"
26 # Privileged pppd options for a given physical device may be placed here.
37 # pppd ttya call myisp
55 # interpreted as privileged pppd options, and may be used to enable
54 # interpreted as privileged pppd options, and may be used to enable
27 /* cmd/pppd */
23 add_options { TYPE = FUNCTION; FLAGS = extern }; # From pppd
45 script_setenv { TYPE = FUNCTION; FLAGS = extern }; # From pppd
12 PROG= pppd
38 pppd pppdump pppstats rdist talk telnet tftp
2078 const char *pppd; in launch_service() local2141 if ((pppd = sep->se_pppd) == NULL) in launch_service()2142 pppd = ""; in launch_service()2145 slen = strlen(path) + strlen(extra) + strlen(pppd) + 3; in launch_service()2152 (void) strcat(sptr, pppd); in launch_service()
124 UNUSED_RPATH /etc/ppp/plugins.*\ from\ .*pppd125 UNUSED_RPATH /usr/lib/inet/ppp.*\ from\ .*pppd
358 pppd.8 \
2578 stmf_pp_data_t **pppd; in stmf_delete_ppd() local2592 for (pppd = &stmf_state.stmf_ppdlist; *pppd != NULL; in stmf_delete_ppd()2593 pppd = &((*pppd)->ppd_next)) { in stmf_delete_ppd()2594 if (*pppd == ppd) in stmf_delete_ppd()2598 if (*pppd == NULL) in stmf_delete_ppd()2601 *pppd = ppd->ppd_next; in stmf_delete_ppd()