Lines Matching refs:PPPDIR
28 PPPDIR=/etc/ppp; export PPPDIR
37 if [ -f $PPPDIR/ifconfig ]; then
38 . $PPPDIR/ifconfig
40 if [ -f $PPPDIR/demand ]; then
41 . $PPPDIR/demand
43 if [ -f $PPPDIR/pppoe.if ] && [ -x /usr/sbin/sppptun ]; then
45 $PPPDIR/pppoe.if | \
55 if [ -f $PPPDIR/pppoe ] && [ -x /usr/lib/inet/pppoed ]; then
65 if [ -f $PPPDIR/ifconfig ]; then
75 }' < $PPPDIR/ifconfig
78 if [ -f $PPPDIR/pppoe.if ] && [ -x /usr/sbin/sppptun ]; then
80 $PPPDIR/pppoe.if | \