Searched refs:lcp_wantoptions (Results 1 - 8 of 8) sorted by relevance

/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c90 lcp_wantoptions[0].neg_accompression = 0;
92 lcp_wantoptions[0].neg_asyncmap = 0;
94 lcp_wantoptions[0].neg_pcompression = 0;
151 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead();
160 pppoatm_max_mru = lcp_wantoptions[0].mru;
/external/ppp/pppd/
H A Dlcp.h100 extern lcp_options lcp_wantoptions[];
H A Dlcp.c92 { "noaccomp", o_bool, &lcp_wantoptions[0].neg_accompression,
95 { "-ac", o_bool, &lcp_wantoptions[0].neg_accompression,
99 { "asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
101 OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
102 { "-as", o_uint32, &lcp_wantoptions[0].asyncmap,
104 OPT_ALIAS | OPT_OR, &lcp_wantoptions[0].neg_asyncmap },
105 { "default-asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
109 { "-am", o_uint32, &lcp_wantoptions[0].asyncmap,
114 { "nomagic", o_bool, &lcp_wantoptions[0].neg_magicnumber,
117 { "-mn", o_bool, &lcp_wantoptions[
191 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */ variable
[all...]
H A Dauth.c287 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
290 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
296 &lcp_wantoptions[0].chap_mdtype },
300 &lcp_wantoptions[0].chap_mdtype },
305 &lcp_wantoptions[0].chap_mdtype },
309 &lcp_wantoptions[0].chap_mdtype },
313 &lcp_wantoptions[0].chap_mdtype },
317 &lcp_wantoptions[0].chap_mdtype },
351 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
706 lcp_options *wo = &lcp_wantoptions[uni
[all...]
H A Dcbcp.c108 lcp_wantoptions[0].neg_cbcp = 1;
H A Dtty.c334 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
335 lcp_wantoptions[0].neg_asyncmap = 1;
H A Dsys-solaris.c913 if ((!lcp_wantoptions[0].neg_accompression) &&
914 (!lcp_wantoptions[0].neg_pcompression) &&
/external/ppp/pppd/plugins/rp-pppoe/
H A Dplugin.c326 lcp_wantoptions[0].neg_accompression = 0;
329 lcp_wantoptions[0].neg_asyncmap = 0;
332 lcp_wantoptions[0].neg_pcompression = 0;

Completed in 1520 milliseconds