Searched refs:ccp_wantoptions (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | ccp.c | 81 { "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 …]
|
D | ccp.h | 47 extern ccp_options ccp_wantoptions[];
|
D | chap_ms.c | 901 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/ |
D | plugin.c | 335 ccp_wantoptions[0].deflate = 0 ; in PPPoEDevnameHook() 341 ccp_wantoptions[0].bsd_compress = 0; in PPPoEDevnameHook()
|