Searched refs:lcp_wantoptions (Results 1 – 9 of 9) sorted by relevance
/external/ppp/pppd/ |
D | lcp.c | 92 { "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 …]
|
D | auth.c | 287 { "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 …]
|
D | lcp.h | 100 extern lcp_options lcp_wantoptions[];
|
D | cbcp.c | 108 lcp_wantoptions[0].neg_cbcp = 1;
|
D | tty.c | 334 lcp_wantoptions[0].asyncmap |= 0x000A0000; /* escape ^S and ^Q */ 335 lcp_wantoptions[0].neg_asyncmap = 1;
|
D | multilink.c | 79 lcp_options *wo = &lcp_wantoptions[0]; in mp_check_options()
|
D | sys-solaris.c | 913 if ((!lcp_wantoptions[0].neg_accompression) && in any_compressions() 914 (!lcp_wantoptions[0].neg_pcompression) && in any_compressions()
|
/external/ppp/pppd/plugins/pppoatm/ |
D | pppoatm.c | 90 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/ |
D | plugin.c | 326 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()
|