OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcp_wantoptions
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/plugins/pppoe/
plugin.c
161
lcp_wantoptions
[0].mru = conn->mru = conn->storedmru;
179
if (
lcp_wantoptions
[0].mru > ifr.ifr_mtu - TOTAL_OVERHEAD)
180
lcp_wantoptions
[0].mru = conn->mru = ifr.ifr_mtu - TOTAL_OVERHEAD;
218
lcp_wantoptions
[0].mru = conn->mru;
226
lcp_wantoptions
[0].mru = conn->mru;
448
lcp_wantoptions
[0].neg_accompression = 0;
451
lcp_wantoptions
[0].neg_asyncmap = 0;
454
lcp_wantoptions
[0].neg_pcompression = 0;
458
if (
lcp_wantoptions
[0].mru > MAX_PPPOE_MTU)
459
lcp_wantoptions
[0].mru = MAX_PPPOE_MTU
[
all
...]
/src/external/bsd/ppp/dist/pppd/
lcp.c
111
{ "noaccomp", o_bool, &
lcp_wantoptions
[0].neg_accompression,
114
{ "-ac", o_bool, &
lcp_wantoptions
[0].neg_accompression,
118
{ "asyncmap", o_uint32, &
lcp_wantoptions
[0].asyncmap,
120
OPT_OR, &
lcp_wantoptions
[0].neg_asyncmap },
121
{ "-as", o_uint32, &
lcp_wantoptions
[0].asyncmap,
123
OPT_ALIAS | OPT_OR, &
lcp_wantoptions
[0].neg_asyncmap },
124
{ "default-asyncmap", o_uint32, &
lcp_wantoptions
[0].asyncmap,
128
{ "-am", o_uint32, &
lcp_wantoptions
[0].asyncmap,
133
{ "nomagic", o_bool, &
lcp_wantoptions
[0].neg_magicnumber,
136
{ "-mn", o_bool, &
lcp_wantoptions
[0].neg_magicnumber
215
lcp_options
lcp_wantoptions
[NUM_PPP]; \/* Options that we want to request *\/
variable
[
all
...]
lcp.h
133
extern lcp_options
lcp_wantoptions
[];
auth.c
327
{ "require-pap", o_bool, &
lcp_wantoptions
[0].neg_upap,
330
{ "+pap", o_bool, &
lcp_wantoptions
[0].neg_upap,
336
&
lcp_wantoptions
[0].chap_mdtype },
340
&
lcp_wantoptions
[0].chap_mdtype },
345
&
lcp_wantoptions
[0].chap_mdtype },
349
&
lcp_wantoptions
[0].chap_mdtype },
353
&
lcp_wantoptions
[0].chap_mdtype },
357
&
lcp_wantoptions
[0].chap_mdtype },
391
{ "require-eap", o_bool, &
lcp_wantoptions
[0].neg_eap,
828
lcp_options *wo = &
lcp_wantoptions
[unit]
[
all
...]
cbcp.c
113
lcp_wantoptions
[0].neg_cbcp = 1;
tty.c
392
lcp_wantoptions
[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
393
lcp_wantoptions
[0].neg_asyncmap = 1;
multilink.c
99
lcp_options *wo = &
lcp_wantoptions
[0];
eap-tls.c
629
lcp_options *wo = &
lcp_wantoptions
[unit];
/src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
pppol2tp.c
170
lcp_wantoptions
[0].neg_accompression = 0;
173
lcp_wantoptions
[0].neg_pcompression = 0;
Completed in 21 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026