/external/ppp/pppd/ |
options.c | 71 #include "pppd.h" 296 "Load a plug-in module into pppd", OPT_PRIV | OPT_A2LIST }, 328 pppd version %s\n\ 342 See pppd(8) for more options.\n\ 998 printer(arg, "pppd options in effect:\n"); 1040 fprintf(stderr, "pppd version %s\n", VERSION); [all...] |
pppd.h | 2 * pppd.h - PPP daemon global declarations. 42 * $Id: pppd.h,v 1.88 2004/11/13 12:02:22 paulus Exp $ 170 * pppd needs. 239 extern volatile int status; /* exit status for pppd */ [all...] |
utils.c | 2 * utils.c - various utility functions used in pppd. 32 #define LOG_TAG "pppd" 59 #include "pppd.h"
|
tty.c | 2 * tty.c - code for handling serial ports in pppd. 96 #include "pppd.h" 948 record_child(cpid, "pppd (charshunt)", charshunt_done, NULL); [all...] |
cbcp.c | 43 #include "pppd.h"
|
demand.c | 50 #include "pppd.h"
|
md4.c | 41 #include "pppd.h"
|
chap-new.c | 35 #include "pppd.h"
|
sys-solaris.c | 2 * System-dependent procedures for pppd under Solaris 2. 47 * Derived from main.c and pppd.h, which are: 131 #include "pppd.h" 904 * In the STREAMS implementation of kernel-portion pppd, [all...] |
upap.c | 52 #include "pppd.h"
|
chap_ms.c | 35 * Now pppd provides both NT style and LANMan style blocks, and the 89 #include "pppd.h"
|
ccp.c | 36 #include "pppd.h" 549 * however the PPP protocol doesn't have such a concept, and pppd [all...] |
/device/moto/stingray/ril/ |
libmoto_cdma_ril.so | |
/external/dnsmasq/ |
setup.html | 63 Later versions of pppd have an option "usepeerdns" which instructs it to write a file containing 68 On Redhat (at least versions 7.1, 7.2 and 7.3) you can set pppd
|
/system/core/include/private/ |
android_filesystem_config.h | 208 { 04770, AID_ROOT, AID_RADIO, "system/bin/pppd-ril" },
|
/system/netd/ |
CommandListener.cpp | 635 NetdCommand("pppd") { 673 cli->sendMsg(ResponseCode::CommandSyntaxError, "Unknown pppd cmd", false); 678 cli->sendMsg(ResponseCode::CommandOkay, "Pppd operation succeeded", false); 680 cli->sendMsg(ResponseCode::OperationFailed, "Pppd operation failed", true); [all...] |
/external/ppp/pppd/plugins/radius/ |
radiusclient.h | 23 #include "pppd.h"
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiStressTest.java | 275 // use long timeout as the pppd startup may take several retries.
|
/frameworks/base/services/java/com/android/server/ |
NetworkManagementService.java | [all...] |
/system/extras/tests/fstest/ |
perm_checker.conf | 140 /system/etc/init.gprs-pppd 500 550 root root root shell
|
/external/libpcap/ |
savefile.c | 366 * supply pppd with outgoing packets so it can do dial-on-demand and 368 * don't cause pppd to hold the connection up (you don't want random 725 /* PPP for pppd, with direction flag in the PPP header */ [all...] |
pcap-bpf.h | 536 * supply pppd with outgoing packets so it can do dial-on-demand and 538 * don't cause pppd to hold the connection up (you don't want random
|
pcap.c | 363 DLT_CHOICE(DLT_PPP_PPPD, "PPP for pppd, with direction flag"),
|
/system/core/adb/ |
commandline.c | 498 ppp_args[0] = "pppd"; 512 err = execvp("pppd", (char * const *)ppp_args); 515 perror("execing pppd"); [all...] |
/external/mtpd/ |
l2tp.c | 512 /* Since we run pppd as a client, it does not makes sense to
|