/frameworks/base/docs/html/guide/developing/tools/ |
adb.jd | 310 <td><code>ppp <tty> [parm]...</code></td> 311 <td>Run PPP over USB. 313 <li><code><tty></code> — the tty for PPP stream. For example <code>dev:/dev/omap_csmi_ttyl</code>. </li> 314 <li><code>[parm]... </code> &mdash zero or more PPP/PPPD options, such as <code>defaultroute</code>, <code>local</code>, <code>notty</code>, etc.</li></ul> 316 <p>Note that you should not automatically start a PPP connection. </p></td>
|
/external/libpcap/ |
gencode.c | 73 #include "ppp.h" 720 * For PPP, it's the offset of the PPP type field. 892 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */ 1066 * or PPP with the PPP NLPID (e.g., PPPoA)? The 1070 * PPPo{A,E} and a PPP protocol of IP and.... [all...] |
scanner.l | 173 link|ether|ppp|slip return LINK;
|
/external/dnsmasq/ |
FAQ | 86 A: This has been seen when a system is bringing up a PPP interface at 91 listen on a PPP interface and offer DNS service to the world, the 139 server. Note that dnsmasq is not shut down between PPP sessions so
|
/external/ppp/pppd/ |
demand.c | 100 fatal("Couldn't set up demand-dialled PPP interface: %m");
|
options.c | 2 * options.c - handles option processing for PPP. 268 "PPP interface unit number to use if possible", 501 return 1; /* don't look for /etc/ppp/options.tty */ [all...] |
auth.c | 2 * auth.c - PPP authentication and phase control. 541 /* set up the serial device as a ppp interface */ 612 * Delete pid files before disestablishing ppp. Otherwise it 621 * the ppp unit back to the loopback. Set the [all...] |
ccp.c | 2 * ccp.c - PPP Compression Control Protocol. 39 #include <net/ppp-comp.h> 549 * however the PPP protocol doesn't have such a concept, and pppd [all...] |
ipv6cp.c | 2 * ipv6cp.c - PPP IPV6 Control Protocol. 98 * ipcp.c - PPP IP Control Protocol. [all...] |
chap-new.c | 443 /* Microsoft doesn't send their name back in the PPP packet */
|
/external/ppp/pppd/plugins/rp-pppoe/ |
plugin.c | 55 #define _PATH_ETHOPT _ROOT_PATH "/etc/ppp/options."
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | [all...] |
/external/zlib/ |
inflate.c | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmDataConnectionTracker.java | 830 int reset = Integer.parseInt(SystemProperties.get("net.ppp.reset-by-timeout", "0")); 831 SystemProperties.set("net.ppp.reset-by-timeout", String.valueOf(reset+1)); [all...] |
/bionic/libc/include/net/ |
if_types.h | 152 #define IFT_PPPMULTILINKBUNDLE 0x6c /* PPP Multilink Bundle */
|
/bionic/libc/private/ |
resolv_private.h | 100 #define _PATH_RESCONF "/etc/ppp/resolv.conf"
|
/development/simulator/app/ |
PropertyServer.cpp | 99 { "ro.radio.use-ppp", "no" },
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 88 network devices like PPP over Ethernet or PPTP over TCP/IP. The effective
|
/external/iproute2/tc/ |
em_meta.c | 36 " meta(indev shift 1 eq \"ppp\")\n" \
|
/external/qemu/slirp/ |
debug.c | 102 ttyp->proto==PROTO_PPP?"PPP":
|
/external/qemu/slirp-android/ |
debug.c | 101 ttyp->proto==PROTO_PPP?"PPP":
|
/external/tcpdump/ |
print-l2tp.c | 116 #define L2TP_AVP_PPP_DISCON_CC 46 /* PPP Disconnect Cause Code */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/net/ |
if_types.h | 152 #define IFT_PPPMULTILINKBUNDLE 0x6c /* PPP Multilink Bundle */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/net/ |
if_types.h | 152 #define IFT_PPPMULTILINKBUNDLE 0x6c /* PPP Multilink Bundle */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/net/ |
if_types.h | 152 #define IFT_PPPMULTILINKBUNDLE 0x6c /* PPP Multilink Bundle */
|