/external/icu4c/test/intltest/ |
pptest.cpp | 98 ParsePosition *ppp = pp5.clone(); local 99 if(ppp == &pp5 || *ppp != pp5) { 102 delete ppp;
|
/external/ppp/pppd/ |
ecp.h | 2 * ecp.h - Definitions for PPP Encryption Control Protocol.
|
sys-solaris.c | 138 #define PPP_DRV_NAME "ppp" 264 * is required because the ppp DLPI provider advertises itself as 611 fatal("Can't create new PPP interface: %m"); 623 * Open the ppp device again and link it under the ip multiplexor. 657 * Assign ppa according to the unit number returned by ppp device 681 * Assign ppa according to the unit number returned by ppp device 698 fatal("Can't I_PLINK PPP device to IP: %m"); 725 fatal("Can't attach to ppp%d: %m", ifunit); 731 fatal("Can't link PPP device to IP: %m"); 739 fatal("Can't I_PLINK PPP device to IP (2): %m") [all...] |
ccp.h | 2 * ccp.h - Definitions for PPP Compression Control Protocol.
|
magic.h | 2 * magic.h - PPP Magic Number definitions.
|
pppcrypt.h | 2 * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
|
Makefile.linux | 48 # Uncomment the next line to include support for PPP packet filtering. 50 # and that the kernel driver support PPP packet filtering. 53 # Uncomment the next line to enable multilink PPP (enabled by default)
|
/external/ppp/pppd/include/net/ |
ppp_defs.h | 4 * ppp_defs.h - PPP definitions. 42 * The basic PPP frame. 44 #define PPP_HDRLEN 4 /* octets for standard ppp header */ 158 struct pppstat p; /* basic PPP statistics */
|
if_ppp.h | 90 int protocol; /* PPP procotol, e.g. PPP_IP */ 119 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ 127 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
|
/external/qemu/slirp/ |
if.h | 23 * and 8 bytes for PPP, but need to have it on an 8byte boundary
|
slirp.h | 182 #include <ppp/slirppp.h> 219 #include "ppp/pppd.h" 220 #include "ppp/ppp.h"
|
/external/qemu/slirp-android/ |
if.h | 23 * and 8 bytes for PPP, but need to have it on an 8byte boundary
|
slirp.h | 172 #include "ppp/pppd.h" 173 #include "ppp/ppp.h"
|
/external/tcpdump/ |
nlpid.c | 41 { NLPID_PPP, "PPP" },
|
print-pppoe.c | 40 #include "ppp.h" 60 { 0, "" }, /* PPP Data */ 142 /* PPP session packets don't contain tags */
|
/external/dnsmasq/ |
setup.html | 55 (PPP and DHCP) can determine the IP addresses for nameservers automatically. 58 nameservers change, for instance on dialling into a new ISP using PPP, 62 <h3>Automatic DNS server configuration with PPP.</h3> 64 the address(es) of the DNS severs in <TT>/etc/ppp/resolv.conf</TT>. Configure dnsmasq 66 with to option <TT>resolv-file=/etc/ppp/resolv.conf</TT>. 72 <TT>/etc/ppp/resolv.conf</TT> into <TT>/etc/resolv.conf</TT>.<BR> 76 from copying <TT>/etc/ppp/resolv.conf</TT> into <TT>/etc/resolv.conf</TT> 102 <h3> DHCP and PPP.</h3> 103 On a laptop which may potentially connect via a modem and PPP or 106 <TT>resolv-file=/etc/ppp/resolv.conf resolv-file=/etc/dhcpc/resolv.conf</TT> [all...] |
/external/bluetooth/hcidump/src/ |
hcidump.8 | 96 .BR -P ", " "\-\^\-ppp=" "<channel>" 100 Extract PPP traffic with pppdump format. 141 .IR ppp .
|
/external/iproute2/lib/ |
ll_types.c | 74 __PF(PPP,ppp)
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 142 * Attaches a PPP server daemon to the specified TTY with the specified 149 * Detaches a PPP server daemon from the specified TTY.
|
/external/iproute2/include/linux/hdlc/ |
ioctl.h | 79 /* PPP doesn't need any info now - supply length = 0 to ioctl */
|
/system/core/rootdir/etc/ |
init.goldfish.rc | 5 setprop ro.radio.use-ppp no
|
/external/iproute2/include/linux/ |
if_ether.h | 96 #define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/ 97 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */ 100 #define ETH_P_PPPTALK 0x0010 /* Dummy type for Atalk over PPP*/
|
/external/kernel-headers/original/linux/ |
if_ether.h | 96 #define ETH_P_WAN_PPP 0x0007 /* Dummy type for WAN PPP frames*/ 97 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */ 100 #define ETH_P_PPPTALK 0x0010 /* Dummy type for Atalk over PPP*/
|
/external/tcpdump/missing/ |
dlnames.c | 65 DLT_CHOICE(DLT_PPP, "PPP"), 73 DLT_CHOICE(DLT_PPP_BSDOS, "BSD/OS PPP"), 79 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
|
/system/core/toolbox/ |
ifconfig.c | 67 char *updown, *brdcst, *loopbk, *ppp, *running, *multi; local 120 ppp = (flags & IFF_POINTOPOINT) ? " point-to-point" : ""; 123 printf("%s%s%s%s%s%s]\n", updown, brdcst, loopbk, ppp, running, multi);
|