Home
last modified time | relevance | path

Searched refs:ccp_wantoptions (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dccp.c81 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
84 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
91 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
94 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
98 { "nodeflatedraft", o_bool, &ccp_wantoptions[0].deflate_draft,
102 { "predictor1", o_bool, &ccp_wantoptions[0].predictor_1,
104 { "nopredictor1", o_bool, &ccp_wantoptions[0].predictor_1,
107 { "-predictor1", o_bool, &ccp_wantoptions[0].predictor_1,
113 { "require-mppe", o_bool, &ccp_wantoptions[0].mppe,
116 { "+mppe", o_bool, &ccp_wantoptions[0].mppe,
[all …]
Dccp.h47 extern ccp_options ccp_wantoptions[];
Dchap_ms.c901 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe) in set_mppe_enc_types()
910 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */ in set_mppe_enc_types()
913 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */ in set_mppe_enc_types()
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c335 ccp_wantoptions[0].deflate = 0 ; in PPPoEDevnameHook()
341 ccp_wantoptions[0].bsd_compress = 0; in PPPoEDevnameHook()