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

12 3 4

  /external/ppp/pppd/
chap-new.h 63 /* hashes supported by this instance of pppd */
129 /* Represents the CHAP protocol to the main pppd code */
eui64.c 40 #include "pppd.h"
chap-md5.c 35 #include "pppd.h"
magic.c 51 #include "pppd.h"
main.c 95 #include "pppd.h"
149 volatile int status; /* exit status for pppd */
485 slprintf(db_key, sizeof(db_key), "pppd%d", getpid());
510 syslog(LOG_NOTICE, "pppd %s started by %s, uid %d", VERSION, p, uid);
728 * cause pppd to exit without cleaning up.
842 openlog("pppd", LOG_PID | LOG_NDELAY, LOG_PPP);
1134 * new_phase - signal the start of a new phase of pppd's operation.
    [all...]
ecp.c 66 #include "pppd.h"
pppcrypt.c 34 #include "pppd.h"
  /external/ppp/pppd/plugins/radius/
radrealms.c 5 * A pppd plugin which is stacked on top of radius.so. This plugin
20 #include "pppd.h"
radattr.c 20 #include "pppd.h"
radius.c 5 * RADIUS plugin for pppd. Performs PAP, CHAP, MS-CHAP, MS-CHAPv2
29 #include "pppd.h"
202 * Tells pppd that we will try to authenticate the peer, and not to
235 * popts -- set to a list of additional pppd options
503 * user -- the user given to pppd
539 * Parses attributes sent by RADIUS server and sets them in pppd.
    [all...]
  /external/bluetooth/bluez/compat/
dun.c 257 printf("rfcomm%d: %s channel %d pppd pid %d\n",
307 int dun_open_connection(int sk, char *pppd, char **args, int wait)
317 args[0] = "pppd";
321 pid = dun_exec(tty, pppd, args);
  /external/ppp/pppd/plugins/
Makefile.linux 10 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
winbind.c 5 * WINBIND plugin for pppd. Performs PAP, CHAP, MS-CHAP, MS-CHAPv2
37 #include "pppd.h"
311 /* run winbind as the user that invoked pppd */
315 perror("pppd/winbind: could not exec /bin/sh");
468 * Tells pppd that we will try to authenticate the peer, and not to
484 * popts -- set to a list of additional pppd options
509 * cstate -- pppd's chap_state structure
  /system/core/rootdir/etc/
init.testmenu 210 echo " 1: Start pppd - userspace"
211 echo " 2: Start pppd - kernel"
212 echo " 3: Start pppd - kernel <at1"
215 echo " 6: Kill pppd"
221 "1" ) kill $pppdpid; pppd notty < $pppdev > $pppdev & pppdpid=$!;;
222 "2" ) kill $pppdpid; pppd nodetach $pppdev & pppdpid=$!;;
223 "3" ) kill &pppdpid; pppd nodetach $pppdev connect "sh -c \"chat -v -f /etc/ppp/connect-data <$atdev >$atdev\"" & pppdpid=$!;;
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 1 /* pppoatm.c - pppd plugin to implement PPPoATM protocol.
19 #include "pppd.h"
  /external/ppp/pppd/plugins/rp-pppoe/
Makefile.linux 18 LIBDIR = $(DESTDIR)/lib/pppd/$(PPPDVERSION)
  /device/moto/stingray/ril/
libmoto_ril.so 
  /build/core/
user_tags.mk 433 pppd \
  /external/kernel-headers/original/linux/
if_ppp.h 63 #define SC_LOOP_TRAFFIC 0x00000200 /* send traffic to pppd */
  /external/ppp/pppd/include/net/
ppp_defs.h 51 * limits. See lcp.h in the pppd directory.
  /external/qemu/slirp/
slirp.h 219 #include "ppp/pppd.h"
  /external/qemu/slirp-android/
slirp.h 172 #include "ppp/pppd.h"
  /frameworks/base/cmds/ip-up-vpn/
ip-up-vpn.c 75 /* Invoked by pppd. */
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 192 ** PPPD
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ppp.h 62 #define SC_LOOP_TRAFFIC 0x00000200 /* send traffic to pppd */

Completed in 133 milliseconds

12 3 4