HomeSort by relevance Sort by last modified time
    Searched full:pppd (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/ppp/pppd/
ThirdPartyProject.prop 6 name=pppd
7 keywords=pppd
ppp.pam 2 # Information for the PPPD process with the 'login' option.
Makefile.sol2 2 # 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
pppd.8 1 .\" manual page [] for pppd 2.4
2 .\" $Id: pppd.8,v 1.83 2004/11/13 12:22:49 paulus Exp $
23 .TH PPPD 8
25 pppd \- Point-to-Point Protocol Daemon
27 .B pppd
38 addresses for each end of the link. Pppd can also authenticate the
49 connected to the standard input is given, pppd will use that terminal,
69 Pppd will ask the peer to send these characters as a 2-byte
73 so pppd will ask the peer not to escape any control characters.
80 \fInoauth\fR option is specified, pppd will only allow the peer to us
    [all...]
Makefile.linux 2 # 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!
202 install: pppd
205 $(INSTALL) -s -c -m 555 pppd $(BINDIR)/pppd
206 if chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
207 chmod o-rx,u+s $(BINDIR)/pppd; f
    [all...]
srp-entry.8 22 ("server"). This file has the same basic layout as the other pppd(8)
28 "*". Additional fields can contain additional IP addresses or pppd
29 options; see pppd(8) for details.
57 user. Pppd will log a warning if this is not the case. Note that
66 pppd(8)
Android.mk 37 LOCAL_MODULE:= pppd
pathnames.h 58 #define _PATH_PLUGIN "/usr/lib/pppd/" VERSION
pppox.c 18 #include "pppd.h"
  /external/ppp/pppd/plugins/radius/
pppd-radius.8 1 .\" manual page [] for RADIUS plugin for pppd 2.4
2 .\" $Id: pppd-radius.8,v 1.5 2004/03/26 13:27:17 kad Exp $
8 .TH PPPD-RADIUS 8
11 .BR pppd (8)
13 .B pppd
20 The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and
34 The RADIUS plugin introduces one additional pppd option:
56 option to pppd, and edit
58 appropriately. If you use the RADIUS plugin, the normal pppd authenticatio
    [all...]
pppd-radattr.8 1 .\" manual page [] for RADATTR plugin for pppd 2.4
2 .\" $Id: pppd-radattr.8,v 1.2 2003/04/25 07:33:20 fcusack Exp $
8 .TH PPPD-RADATTR 8
11 .BR pppd (8)
13 .B pppd
20 The radattr plugin for pppd causes all radius attributes returned by
38 options to pppd.
41 .BR pppd (8) " pppd-radius" (8)
Makefile.linux 8 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
42 $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)
43 $(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)
  /external/bluetooth/bluez/compat/
dund.1 8 dund <options> [pppd options]
62 \fB\-\-pppd\fR \fB\-d\fR <pppd>
63 Location of the PPP daemon (pppd)
dund.c 56 static char *pppd = "/usr/sbin/pppd"; variable
201 if (!dun_open_connection(nsk, pppd, pppd_opts, 0))
271 if (!dun_open_connection(sk, pppd, pppd_opts, (persist > 0)))
398 { "pppd", 1, 0, 'd' },
411 "\tdund <options> [pppd options]\n"
430 "\t--pppd -d <pppd> Location of the PPP daemon (pppd)\n"
525 pppd = strdup(optarg)
    [all...]
dund.h 38 int dun_open_connection(int sk, char *pppd, char **pppd_opts, int wait);
  /system/core/
README 17 - pppd depends on libutils for logging
18 - pppd depends on libcrypt/libcrypto
  /system/netd/
PppController.cpp 59 LOGE("Multiple PPPD instances not currently supported");
93 // TODO: Deal with pppd bailing out after 99999 seconds of being started
95 if (execl("/system/bin/pppd", "/system/bin/pppd", "-detach", dev, "115200",
110 LOGE("PPPD already stopped");
114 LOGD("Stopping PPPD services on port %s", tty);
118 LOGD("PPPD services on port %s stopped", tty);
PppController.h 28 pid_t mPid; // TODO: Add support for > 1 pppd instance
  /external/ppp/pppd/plugins/
passwordfd.c 5 * This plugin let's you pass the password to the pppd via
15 #include "pppd.h"
minconn.c 2 * minconn.c - pppd plugin to implement a `minconnect' option.
37 #include "pppd.h"
passprompt.c 2 * passprompt.c - pppd plugin to invoke an external PAP password prompter
15 #include "pppd.h"
  /external/mtpd/
mtpd.c 76 printf(" %s interface %s %s pppd-arguments\n",
92 log_print(INFO, "Sending signal to pppd (pid = %d)", pppd_pid);
220 log_print(INFO, "Pppd is terminated (status = %d)", status);
302 log_print(WARNING, "Pppd is already started (pid = %d)", pppd_pid);
307 log_print(INFO, "Starting pppd (pppox = %d)", pppox);
320 args[0] = "pppd";
345 execvp("pppd", args);
347 exit(1); /* Pretending a fatal error in pppd. */
350 log_print(INFO, "Pppd started (pid = %d)", pppd_pid);
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 5 * pppd plugin for kernel-mode PPPoE on Linux
30 #include "pppd/pppd.h"
31 #include "pppd/fsm.h"
32 #include "pppd/lcp.h"
33 #include "pppd/ipcp.h"
34 #include "pppd/ccp.h"
35 #include "pppd/pathnames.h"
59 /* From sys-linux.c in pppd -- MUST FIX THIS! */
358 * Initializes hooks for pppd plugi
    [all...]
  /build/core/
legacy_prebuilts.mk 101 pppd-ril \
102 pppd-ril.options \
  /external/ppp/pppd/plugins/pppoatm/
Makefile.linux 10 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)

Completed in 611 milliseconds

1 2 3 4