Home
last modified time | relevance | path

Searched refs:lcp_wantoptions (Results 1 – 9 of 9) sorted by relevance

/external/ppp/pppd/
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[0].neg_magicnumber,
[all …]
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[unit];
[all …]
Dlcp.h100 extern lcp_options lcp_wantoptions[];
Dcbcp.c108 lcp_wantoptions[0].neg_cbcp = 1;
Dtty.c334 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */
335 lcp_wantoptions[0].neg_asyncmap = 1;
Dmultilink.c79 lcp_options *wo = &lcp_wantoptions[0]; in mp_check_options()
Dsys-solaris.c913 if ((!lcp_wantoptions[0].neg_accompression) && in any_compressions()
914 (!lcp_wantoptions[0].neg_pcompression) && in any_compressions()
/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c90 lcp_wantoptions[0].neg_accompression = 0; in setdevname_pppoatm()
92 lcp_wantoptions[0].neg_asyncmap = 0; in setdevname_pppoatm()
94 lcp_wantoptions[0].neg_pcompression = 0; in setdevname_pppoatm()
151 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead(); in connect_pppoatm()
160 pppoatm_max_mru = lcp_wantoptions[0].mru; in connect_pppoatm()
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c326 lcp_wantoptions[0].neg_accompression = 0; in PPPoEDevnameHook()
329 lcp_wantoptions[0].neg_asyncmap = 0; in PPPoEDevnameHook()
332 lcp_wantoptions[0].neg_pcompression = 0; in PPPoEDevnameHook()