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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/shell/
H A Ddial_off3 /usr/local/lcDial/sbin/kill-pppd "$1"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile.sol22 # Makefile for pppd under Solaris 2.
23 # following to place pppd process IDs on that location
46 all: pppd
48 pppd: $(OBJS)
49 $(CC) -o pppd $(OBJS) $(LIBS)
52 $(INSTALL) -f $(BINDIR) -m 4755 -u root pppd
53 $(INSTALL) -f $(MANDIR)/man8 -m 444 pppd.8
56 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
H A DMakefile2 # pppd makefile for Linux
14 TARGETS = pppd
21 ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h \
63 # of pppd!
223 install: pppd
226 $(STRIP) pppd
227 $(INSTALL) -c -m 755 pppd $(BINDIR)/pppd
229 cd $(BINDIR) && rm -f pppdv6 && ln -s pppd pppdv6
231 if chgrp pppusers $(BINDIR)/pppd
[all...]
H A DMakefile.linux2 # pppd makefile for Linux
12 TARGETS = pppd
19 ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h \
22 MANPAGES = pppd.8
55 # of pppd!
200 install: pppd
203 $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd
204 if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
205 chmod o-rx,u+s $(BINDIR)/pppd; f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A DMakefile.sol22 # Makefile for pppd under Solaris 2.
23 # following to place pppd process IDs on that location
38 all: pppd
40 pppd: $(OBJS)
41 $(CC) -o pppd $(OBJS) $(LIBS)
44 $(INSTALL) -f $(BINDIR) -m 4755 -u root pppd
45 $(INSTALL) -f $(MANDIR)/man8 -m 444 pppd.8
48 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
H A DMakefile.linux2 # pppd makefile for Linux
15 MANPAGES = pppd.8
20 all: pppd
117 install: pppd
119 $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd
120 if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
121 chmod o-rx,u+s $(BINDIR)/pppd; fi
122 $(INSTALL) -c -m 444 pppd.8 $(MANDIR)/man8
124 pppd
[all...]
H A Dmagic.c27 #include <pppd.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/tools/
H A Dpptp-portslave6 exec /usr/sbin/pppd $* plugin /usr/lib/libpsr.so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dpoff21 -r Cause pppd to drop the line and redial.
22 -d Toggle the state of pppd's debug option.
23 -c Cause pppd to renegotiate compression.
24 -a Stop all pppd's. 'provider' will be ignored.
27 none Stop pppd.
31 If 'provider' is omitted pppd will be stopped or signalled if and only if
33 'provider' is supplied the pppd controlling the connection to that
63 # /var/run, but pppd doesn't create .pid files until ppp is up.
64 PIDS=`pidof pppd`
66 # poff is pointless if pppd is
[all...]
H A Dpon15 pppd.
40 exec /usr/sbin/pppd call ${@:-provider}
H A Dppp-on34 exec /usr/sbin/pppd debug lock modem crtscts /dev/ttyS0 38400 \
H A Dppp-on-rsh26 # For this example, we assume that pppd on both local and remote
27 # machines reside in the same place, /usr/local/bin/pppd
29 PPPD_LOC=/usr/local/bin/pppd
66 # And execute pppd with the pty option, specifying rsh client as the
H A Dppp-on-ssh26 # For this example, we assume that pppd on both local and remote
27 # machines reside in the same place, /usr/local/bin/pppd
29 PPPD_LOC=/usr/local/bin/pppd
67 # And execute pppd with the pty option, specifying ssh client as the
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/linux/
H A DMakefile.top8 DIRS := chat pppd/plugins pppd pppstats pppdump
17 pppd : pppd/plugins
26 install-progs: install-chat install-pppd/plugins install-pppd install-pppstats install-pppdump
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/linux/
H A DMakefile.top14 cd pppd/plugins; $(MAKE) $(MFLAGS) all
15 cd pppd; $(MAKE) $(MFLAGS) all
23 cd pppd/plugins; $(MAKE) $(MFLAGS) install
24 cd pppd; $(MAKE) $(MFLAGS) install
32 cd pppd; $(MAKE) $(MFLAGS) install-devel
53 cd pppd/plugins; $(MAKE) clean
54 cd pppd; $(MAKE) clean
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/sunos4/
H A DMakefile.top9 cd pppd; $(MAKE) all
18 cd pppd; $(MAKE) install
43 cd pppd; $(MAKE) clean
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dppp-on34 exec /usr/sbin/pppd debug lock modem crtscts /dev/ttyS0 38400 \
H A Dppp-on-rsh26 # For this example, we assume that pppd on both local and remote
27 # machines reside in the same place, /usr/local/bin/pppd
29 PPPD_LOC=/usr/local/bin/pppd
66 # And execute pppd with the pty option, specifying rsh client as the
H A Dppp-on-ssh26 # For this example, we assume that pppd on both local and remote
27 # machines reside in the same place, /usr/local/bin/pppd
29 PPPD_LOC=/usr/local/bin/pppd
67 # And execute pppd with the pty option, specifying ssh client as the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.top11 cd pppd; $(MAKE) all
20 cd pppd; $(MAKE) install
48 cd pppd; $(MAKE) clean
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/
H A Dconfigure134 for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/pppoe; do
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A DMakefile.top11 cd pppd; $(MAKE) all
20 cd pppd; $(MAKE) install
46 cd pppd; $(MAKE) clean
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/svr4/
H A DMakefile.top11 cd pppd; $(MAKE) all
20 cd pppd; $(MAKE) install
46 cd pppd; $(MAKE) clean
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A DMakefile34 CFLAGS += -I. -I../pppd -pipe -Wall
42 vpath %.c ../pppd
44 vpath %.c ../pppd/plugins/pppoe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/
H A Dconfigure196 for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe \
197 pppd/plugins/radius pppd/plugins/pppoatm; do

Completed in 207 milliseconds

123