Home
last modified time | relevance | path

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

12345

/third_party/lwip/src/include/netif/ppp/
Dppp.h473 #define ppp_set_auth_required(ppp, boolval) (ppp->settings.auth_required = boolval) argument
483 #define ppp_set_ipcp_ouraddr(ppp, addr) do { ppp->ipcp_wantoptions.ouraddr = ip4_addr_get_u32(addr)… argument
484ppp->ask_for_local = ppp->ipcp_wantoptions.ouraddr != 0; } while(0)
485 #define ppp_set_ipcp_hisaddr(ppp, addr) (ppp->ipcp_wantoptions.hisaddr = ip4_addr_get_u32(addr)) argument
493 #define ppp_set_ipcp_dnsaddr(ppp, index, addr) (ppp->ipcp_allowoptions.dnsaddr[index] = ip4_addr_ge… argument
501 #define ppp_set_usepeerdns(ppp, boolval) (ppp->settings.usepeerdns = boolval) argument
531 #define ppp_set_listen_time(ppp, intval) (ppp->settings.listen_time = intval) argument
539 #define ppp_set_passive(ppp, boolval) (ppp->lcp_wantoptions.passive = boolval) argument
547 #define ppp_set_silent(ppp, boolval) (ppp->lcp_wantoptions.silent = boolval) argument
555 #define ppp_set_neg_pcomp(ppp, boolval) (ppp->lcp_wantoptions.neg_pcompression = \ argument
[all …]
Dpppos.h75 ppp_pcb *ppp; /* PPP PCB */ member
106 err_t pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l);
110 void pppos_input(ppp_pcb *ppp, u8_t* data, int len);
/third_party/lwip/src/netif/ppp/
Dpppos.c58 static err_t pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p);
59 static err_t pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol);
60 static void pppos_connect(ppp_pcb *ppp, void *ctx);
62 static void pppos_listen(ppp_pcb *ppp, void *ctx);
64 static void pppos_disconnect(ppp_pcb *ppp, void *ctx);
65 static err_t pppos_destroy(ppp_pcb *ppp, void *ctx);
66 static void pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
67 static void pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
178 ppp_pcb *ppp; in pppos_create() local
186 ppp = ppp_new(pppif, &pppos_callbacks, pppos, link_status_cb, ctx_cb); in pppos_create()
[all …]
Dpppapi.c64 ppp_set_default(msg->msg.ppp); in pppapi_do_ppp_set_default()
79 PPPAPI_VAR_REF(msg).msg.ppp = pcb; in pppapi_set_default()
97 ppp_set_notify_phase_callback(msg->msg.ppp, msg->msg.msg.setnotifyphasecb.notify_phase_cb); in pppapi_do_ppp_set_notify_phase_callback()
112 PPPAPI_VAR_REF(msg).msg.ppp = pcb; in pppapi_set_notify_phase_callback()
132 msg->msg.ppp = pppos_create(msg->msg.msg.serialcreate.pppif, msg->msg.msg.serialcreate.output_cb, in pppapi_do_pppos_create()
149 PPPAPI_VAR_REF(msg).msg.ppp = NULL; in pppapi_pppos_create()
155 result = PPPAPI_VAR_REF(msg).msg.ppp; in pppapi_pppos_create()
173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create()
192 PPPAPI_VAR_REF(msg).msg.ppp = NULL; in pppapi_pppoe_create()
200 result = PPPAPI_VAR_REF(msg).msg.ppp; in pppapi_pppoe_create()
[all …]
Dpppol2tp.c73 static err_t pppol2tp_write(ppp_pcb *ppp, void *ctx, struct pbuf *p);
74 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol);
75 static err_t pppol2tp_destroy(ppp_pcb *ppp, void *ctx); /* Destroy a L2TP control block */
76 static void pppol2tp_connect(ppp_pcb *ppp, void *ctx); /* Be a LAC, connect to a LNS. */
77 static void pppol2tp_disconnect(ppp_pcb *ppp, void *ctx); /* Disconnect */
113 ppp_pcb *ppp; in pppol2tp_create() local
136 ppp = ppp_new(pppif, &pppol2tp_callbacks, l2tp, link_status_cb, ctx_cb); in pppol2tp_create()
137 if (ppp == NULL) { in pppol2tp_create()
143 l2tp->ppp = ppp; in pppol2tp_create()
153 return ppp; in pppol2tp_create()
[all …]
Dpppoe.c120 static err_t pppoe_write(ppp_pcb *ppp, void *ctx, struct pbuf *p);
121 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol);
122 static void pppoe_connect(ppp_pcb *ppp, void *ctx);
123 static void pppoe_disconnect(ppp_pcb *ppp, void *ctx);
124 static err_t pppoe_destroy(ppp_pcb *ppp, void *ctx);
176 ppp_pcb *ppp; in pppoe_create() local
189 ppp = ppp_new(pppif, &pppoe_callbacks, sc, link_status_cb, ctx_cb); in pppoe_create()
190 if (ppp == NULL) { in pppoe_create()
196 sc->pcb = ppp; in pppoe_create()
205 return ppp; in pppoe_create()
[all …]
DPPPD_FOLLOWUP1 The lwIP PPP support is based from pppd 2.4.5 (http://ppp.samba.org) with
21 the ppp port, but it wasn't really helpful and was disabled when adding
100 pppdump is a ppp tool outside pppd source tree.
178 2013-02-03 - ppp: ignore unrecognised radiusclient configuration directives
199 pppdump is a ppp tool outside pppd source tree.
440 2015-08-14 - Merge branch 'master' of https://github.com/ncopa/ppp
446 2015-08-14 - Merge branch 'master' of git://github.com/vapier/ppp
452 2015-08-14 - Merge branch 'bug_fix' of git://github.com/radaiming/ppp
458 2015-08-14 - Merge branch 'master' of git://github.com/pprindeville/ppp
464 2015-08-14 - Merge branch 'no-error-on-already-closed' of git://github.com/farnz/ppp
[all …]
/third_party/lwip/src/
DFilelists.mk97 PPPFILES=$(LWIPDIR)/netif/ppp/auth.c \
98 $(LWIPDIR)/netif/ppp/ccp.c \
99 $(LWIPDIR)/netif/ppp/chap-md5.c \
100 $(LWIPDIR)/netif/ppp/chap_ms.c \
101 $(LWIPDIR)/netif/ppp/chap-new.c \
102 $(LWIPDIR)/netif/ppp/demand.c \
103 $(LWIPDIR)/netif/ppp/eap.c \
104 $(LWIPDIR)/netif/ppp/ecp.c \
105 $(LWIPDIR)/netif/ppp/eui64.c \
106 $(LWIPDIR)/netif/ppp/fsm.c \
[all …]
DFilelists.cmake109 ${LWIP_DIR}/src/netif/ppp/auth.c
110 ${LWIP_DIR}/src/netif/ppp/ccp.c
111 ${LWIP_DIR}/src/netif/ppp/chap-md5.c
112 ${LWIP_DIR}/src/netif/ppp/chap_ms.c
113 ${LWIP_DIR}/src/netif/ppp/chap-new.c
114 ${LWIP_DIR}/src/netif/ppp/demand.c
115 ${LWIP_DIR}/src/netif/ppp/eap.c
116 ${LWIP_DIR}/src/netif/ppp/ecp.c
117 ${LWIP_DIR}/src/netif/ppp/eui64.c
118 ${LWIP_DIR}/src/netif/ppp/fsm.c
[all …]
/third_party/lwip/
Dlwip.gni111 "$LWIPDIR/netif/ppp/auth.c",
112 "$LWIPDIR/netif/ppp/ccp.c",
113 "$LWIPDIR/netif/ppp/chap-md5.c",
114 "$LWIPDIR/netif/ppp/chap_ms.c",
115 "$LWIPDIR/netif/ppp/chap-new.c",
116 "$LWIPDIR/netif/ppp/demand.c",
117 "$LWIPDIR/netif/ppp/eap.c",
118 "$LWIPDIR/netif/ppp/ecp.c",
119 "$LWIPDIR/netif/ppp/eui64.c",
120 "$LWIPDIR/netif/ppp/fsm.c",
[all …]
/third_party/typescript/tests/baselines/reference/
DthisTypeAccessibility.js5 public ppp: number = 123;
20 public ppp: T;
29 this.ppp = p;
38 this.ppp = p;
47 this.ppp = p;
58 this.ppp = p;
70 this.ppp = 123;
85 this.ppp = p;
93 this.ppp = p;
101 this.ppp = p;
[all …]
DthisTypeAccessibility.types13 public ppp: number = 123;
14 >ppp : number
53 public ppp: T;
54 >ppp : T
67 …ction (this: MyClass, p: number) { this.p = p; this.pp = p; this.ppp = p; MyClass.sp …
73 >function (this: MyClass, p: number) { this.p = p; this.pp = p; this.ppp = p; MyClass.…
91 this.ppp = p;
92 >this.ppp = p : number
93 >this.ppp : number
95 >ppp : number
[all …]
DthisTypeAccessibility.symbols11 public ppp: number = 123;
12 >ppp : Symbol(MyClass.ppp, Decl(thisTypeAccessibility.ts, 2, 31))
52 public ppp: T;
53 >ppp : Symbol(MyGenericClass.ppp, Decl(thisTypeAccessibility.ts, 17, 20))
88 this.ppp = p;
89 >this.ppp : Symbol(MyClass.ppp, Decl(thisTypeAccessibility.ts, 2, 31))
91 >ppp : Symbol(MyClass.ppp, Decl(thisTypeAccessibility.ts, 2, 31))
137 this.ppp = p;
138 >this.ppp : Symbol(MyClass.ppp, Decl(thisTypeAccessibility.ts, 2, 31))
140 >ppp : Symbol(MyClass.ppp, Decl(thisTypeAccessibility.ts, 2, 31))
[all …]
DthisTypeAccessibility.errors.txt19 public ppp: number = 123;
34 public ppp: T;
45 this.ppp = p;
60 this.ppp = p;
75 this.ppp = p;
92 this.ppp = p;
/third_party/python/Lib/test/test_email/data/
Dmsg_02.txt2 From: ppp-request@zzz.org
3 Sender: ppp-admin@zzz.org
4 To: ppp@zzz.org
16 ppp@zzz.org
19 http://www.zzz.org/mailman/listinfo/ppp
21 ppp-request@zzz.org
24 ppp-admin@zzz.org
51 To: ppp@zzz.org
66 To: ppp@zzz.org
80 To: ppp@zzz.org
[all …]
Dmsg_19.txt2 ppp@zzz.org
5 http://www.zzz.org/mailman/listinfo/ppp
7 ppp-request@zzz.org
10 ppp-admin@zzz.org
42 http://www.zzz.org/mailman/listinfo/ppp
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeAccessibility.ts4 public ppp: number = 123; property in MyClass
19 public ppp: T; property in MyGenericClass
28 this.ppp = p;
37 this.ppp = p;
46 this.ppp = p;
57 this.ppp = p;
/third_party/lwip/doc/
Dppp.txt60 ppp_pcb *ppp;
186 #include "netif/ppp/pppos.h"
210 ppp = pppos_create(&ppp_netif,
219 #include "netif/ppp/pppoe.h"
231 ppp = pppoe_create(&ppp_netif,
242 #include "netif/ppp/pppol2tp.h"
258 ppp = pppol2tp_create(&ppp_netif,
270 ppp_set_default(ppp);
281 ppp_set_usepeerdns(ppp, 1);
284 ppp_set_auth(ppp, PPPAUTHTYPE_ANY, "login", "password");
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPropertiesAffixPatternProvider.java43 String ppp = properties.getPositivePrefixPattern(); in PropertiesAffixPatternProvider() local
50 } else if (ppp != null) { in PropertiesAffixPatternProvider()
51 posPrefix = ppp; in PropertiesAffixPatternProvider()
73 negPrefix = ppp == null ? "-" : "-" + ppp; in PropertiesAffixPatternProvider()
88 AffixUtils.hasCurrencySymbols(ppp) || in PropertiesAffixPatternProvider()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPropertiesAffixPatternProvider.java39 String ppp = properties.getPositivePrefixPattern(); in PropertiesAffixPatternProvider() local
46 } else if (ppp != null) { in PropertiesAffixPatternProvider()
47 posPrefix = ppp; in PropertiesAffixPatternProvider()
69 negPrefix = ppp == null ? "-" : "-" + ppp; in PropertiesAffixPatternProvider()
84 AffixUtils.hasCurrencySymbols(ppp) || in PropertiesAffixPatternProvider()
/third_party/lwip/src/netif/
DFILES19 ppp/ Point-to-Point Protocol stack
20 The lwIP PPP support is based from pppd (http://ppp.samba.org) with
22 devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
/third_party/icu/icu4c/source/test/intltest/
Dpptest.cpp100 ParsePosition *ppp = pp5.clone(); in TestParsePosition() local
101 if(ppp == &pp5 || *ppp != pp5) { in TestParsePosition()
104 delete ppp; in TestParsePosition()
/third_party/grpc/src/ruby/pb/test/
Dclient.rb452 ppp = PingPongPlayer.new(msg_sizes)
453 resps = @stub.full_duplex_call(ppp.each_item)
454 resps.each { |r| ppp.queue.push(r) }
467 ppp = PingPongPlayer.new([])
468 resps = @stub.full_duplex_call(ppp.each_item)
471 ppp.queue.push(r)
495 ppp = PingPongPlayer.new(msg_sizes)
496 op = @stub.full_duplex_call(ppp.each_item, return_op: true)
497 ppp.canceller_op = op # causes ppp to cancel after the 1st message
498 op.execute.each { |r| ppp.queue.push(r) }
/third_party/e2fsprogs/lib/ext2fs/
Dextent.c130 struct extent_path *ppp = path; in dump_path() local
136 tag, (ppp - handle->path), ppp->buf, ppp->entries, in dump_path()
137 ppp->max_entries, ppp->left, ppp->visit_num, ppp->flags, in dump_path()
138 ppp->end_blk, ppp->curr, ppp->curr - (void *)ppp->buf); in dump_path()
140 dbg_show_header((struct ext3_extent_header *)ppp->buf); in dump_path()
141 if (ppp->curr) { in dump_path()
143 dbg_show_index(ppp->curr); in dump_path()
145 dbg_show_extent(ppp->curr); in dump_path()
147 ppp--; in dump_path()
148 } while (ppp >= handle->path); in dump_path()
[all …]
/third_party/iptables/extensions/
Dlibarpt_standard.t10 -i ppp+;=;OK
11 ! -i ppp+;=;OK

12345