Home
last modified time | relevance | path

Searched refs:ppp (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/SemaCXX/
Dqualification-conversion.cpp4 int* quals3(int const * * const * ppp); // expected-note{{candidate function}}
6 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals() argument
10 quals3(ppp); // expected-error {{no matching}} in test_quals()
16 void mquals3(int const A::* A::* const A::*ppp); // expected-note{{candidate function}}
18 void test_mquals(int A::*p, int A::* A::*pp, int A::* A::* A::*ppp) { in test_mquals() argument
22 mquals3(ppp); // expected-error {{no matching}} in test_mquals()
Doverload-call.cpp151 int* quals3(int const * * const * ppp);
152 char* quals3(int *** ppp);
154 void test_quals(int * p, int * * pp, int * * * ppp) { in test_quals() argument
157 char* q3 = quals3(ppp); in test_quals()
175 void test_quals_ranking(int * p, int volatile *pq, int * * pp, int * * * ppp) { in test_quals_ranking() argument
186 quals_rank3(ppp); // expected-error {{call to 'quals_rank3' is ambiguous}} in test_quals_ranking()
/external/sepolicy/
Dppp.te2 type ppp, domain;
3 permissive ppp;
7 unconfined_domain(ppp)
8 domain_auto_trans(mtp, ppp_exec, ppp)
Dproperty_contexts7 net.ppp u:object_r:radio_prop:s0
/external/libppp/src/
DREADME.nat25 $FreeBSD: src/usr.sbin/ppp/README.nat,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $
34 3. New commands in ppp
43 User mode ppp has embedded NAT (Network Address Translation) code.
45 "nat enable yes" command in a ppp.conf file, makes the ppp host
47 them appear to come from the ppp host machine. Incoming packets
58 addresses). The ppp host can act as a gateway for these networks, and
65 behind the ppp host, are not visible from the outside world. They can
67 service requests) but the connections seem to come from the ppp host
91 It is recommended that users first verify correct ppp operation without
92 NAT enabled. This will confirm that the ppp.conf file is
[all …]
DMakefile5 PROG= ppp
6 MAN= ppp.8
53 CLEANFILES= ppp.8
Dppp.8.m428 .\" $FreeBSD: src/usr.sbin/ppp/ppp.8.m4,v 1.327.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $
34 .Nm ppp
35 .Nd Point to Point Protocol (a.k.a. user-ppp)
134 .Pa /usr/share/examples/ppp/ppp.conf.sample
181 As pipes are not bi-directional, ppp will redirect all writes to descriptor
209 .Pa /etc/ppp/ppp.conf )
215 .Pa /etc/ppp/ppp.conf
440 .Pa /etc/ppp/ppp.conf .
444 system lock files and read the ppp configuration files.
470 .Pa /etc/ppp/ppp.conf .
[all …]
DREADME.changes26 $FreeBSD: src/usr.sbin/ppp/README.changes,v 1.24.26.1 2010/12/21 17:10:29 kensmith Exp $
28 This file summarises changes made to ppp that effect
40 o Users must be a member of group `network' for ppp access. Furthermore,
41 they must be `allow'ed to run ppp via the `allow' command in the
43 For a brief period, ppp could only be run as root.
57 o A password of "*" in ppp.secret causes a passwd database lookup in
91 o Add & delete commands are not necessary in ppp.linkup if they are
102 -auto -alias mode, add ``iface clear'' to your ppp.linkdown file -
135 open and the peer MRU >= the peer MRRU, ppp sends outbound traffic as
/external/icu4c/test/intltest/
Dpptest.cpp98 ParsePosition *ppp = pp5.clone(); in TestParsePosition() local
99 if(ppp == &pp5 || *ppp != pp5) { in TestParsePosition()
102 delete ppp; in TestParsePosition()
/external/webkit/LayoutTests/storage/domstorage/
Dcomplex-keys-expected.txt62 storage['2'] = 'ppp'
63 PASS storage.getItem('2') is "ppp"
64 PASS storage.getItem(2) is "ppp"
65 PASS storage['2'] is "ppp"
66 PASS storage[2] is "ppp"
177 storage['2'] = 'ppp'
178 PASS storage.getItem('2') is "ppp"
179 PASS storage.getItem(2) is "ppp"
180 PASS storage['2'] is "ppp"
181 PASS storage[2] is "ppp"
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
42 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
Ddebug-info-use-after-free.cpp128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
129 ZZZ * ZZZ::ppp () { return new ZZZ; } in ppp() function in ZZZ
/external/clang/test/SemaObjC/
Dmethod-undef-category-warn-1.m21 - (void)ppp; // expected-note {{method definition for 'ppp' not found}} method in DOG
/external/libvorbis/lib/
Dlsp.c321 double p=defl[m],pp=0.f,ppp=0.f,denom; in Laguerre_With_Deflation() local
325 ppp = new*ppp + pp; in Laguerre_With_Deflation()
331 denom=(m-1) * ((m-1)*pp*pp - m*p*ppp); in Laguerre_With_Deflation()
/external/ppp/pppd/
DThirdPartyProject.prop9 homepage=http\://ppp.samba.org/
/external/clang/test/Analysis/
Dtaint-tester.c149 FILE **ppp = &stdin; in stdinTest3() local
151 fscanf(*ppp, "%d", &iii); in stdinTest3()
/external/clang/test/Rewriter/
Drewrite-block-pointer.mm92 BDVDiscoveryCompletionHandler ppp;
93 ppp(1, 0);
/external/dnsmasq/contrib/Suse/
Ddnsmasq-SuSE.patch9 /etc/ppp/resolv.conf which is not normally world readable.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Dkenny.c470 void *ppp; in main() local
472 ppp=malloc(sss); in main()
473 err =WebRtcIsacfix_Assign(&ISAC_main_inst,ppp); in main()
/external/tcpdump/
DMakefile.in84 print-pgm.c print-pim.c print-ppp.c print-pppoe.c \
106 netbios.h oakley.h ospf6.h pf.h ppp.h route6d.h
DFILES112 ppp.h
181 print-ppp.c
DAndroid.mk82 print-ppp.c\
/external/bzip2/
Dbzlib_private.h103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp)) argument
/external/iproute2/lib/
Dll_types.c61 __PF(PPP,ppp) in ll_type_n2a()
/external/libpcap/
DFILES100 ppp.h

12