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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 \
62 # of pppd!
222 install: pppd
225 $(STRIP) pppd
226 $(INSTALL) -c -m 755 pppd $(BINDIR)/pppd
228 cd $(BINDIR) && rm -f pppdv6 && ln -s pppd pppdv6
230 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-WNDR4500v2-V1.0.0.60_1.0.38/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
H A Dsecure-card110 overlay -0 $spawn_id -1 $spawn_id pppd /dev/ttyS3 19200 192.111.187.215: \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A DMakefile.linux10 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A DMakefile.linux8 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
42 $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)
43 $(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/
H A DMakefile28 SUBDIRS += ppp-2.4.4/pppd pppoecd
37 #SUBDIRS += ppp-2.4.4/pppd pptp
38 # SUBDIRS += ppp/pppd pptp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.h75 int pppd; /* PID of pppd */ member in struct:call
H A Dcall.c417 * Kill off pppd and wait for it to
419 * in rare cases if pppd hasn't already died
422 pid = c->pppd;
425 /* Set c->pppd to zero to prevent recursion with child_handler */
426 c->pppd = 0;
548 tmp->pppd = 0;
H A Dl2tpd.c192 * unfortunately, pppd will
213 if (c->pppd == pid)
215 log (LOG_DEBUG, "%s : pppd died for call %d\n", __FUNCTION__,
219 * OK...pppd died, we can go ahead and close the pty for
310 if (c->pppd > 0)
381 c->pppd = 88888;
383 c->pppd = fork ();
385 if (c->pppd < 0) //fork failed
390 else if (!c->pppd) //pid==0, child process;
404 log (LOG_WARN, "%s: Unable to open %s to launch pppd!\
[all...]
H A Dcontrol.c1048 case OCCN: /* jz: get OCCN, so the only thing we must do is to start the pppd */
1053 strcat (dummy_buf, c->dial_no); /* jz: use /etc/ppp/dialnumber.options for pppd - kick it if you dont like */
1099 log (LOG_LOG, "parameters: Local: %d , Remote: %d , Serial: %d , Pid: %d , Tunnelid: %d , Phoneid: %s\n", c->ourcid, c->cid, c->serno, c->pppd, t->ourtid, c->dial_no); /* jz: just show some information */
1685 * since the pppd driver will expect async frames
1716 * I guess pppd died. we'll pretend
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/
H A DMakefile28 SUBDIRS += ppp-2.4.4/pppd pppoecd
37 #SUBDIRS += ppp-2.4.4/pppd pptp
38 # SUBDIRS += ppp/pppd pptp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/
H A DMakefile.linux10 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A DMakefile.linux18 LIBDIR = $(DESTDIR)/lib/pppd/$(PPPDVERSION)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dver_linux59 pppd --version 2>&1| grep version | awk \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp.c2 * the pppd from the command line.
59 #define PPPD_BINARY "pppd"
73 int get_call_id(int sock, pid_t gre, pid_t pppd,
85 " %s <hostname> [<pptp options>] [[--] <pppd options>]\n"
87 "Or using pppd's pty option: \n"
88 " pppd pty \"%s <hostname> --nolaunchpppd <pptp options>\"\n"
92 " --nolaunchpppd Do not launch pppd, for use as a pppd pty\n"
96 " --sync Enable Synchronous HDLC (pppd must use it too)\n"
488 before starting pppd
708 get_call_id(int sock, pid_t gre, pid_t pppd, u_int16_t *call_id, u_int16_t *peer_call_id) argument
[all...]
H A DMakefile10 # CHANGE THIS LINE to point to the location of your pppd binary.
11 PPPD = /usr/sbin/pppd

Completed in 86 milliseconds