HomeSort by relevance Sort by last modified time
    Searched refs:ccp_wantoptions (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
ccp.h 47 extern ccp_options ccp_wantoptions[];
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
200 ccp_options ccp_wantoptions[NUM_PPP]; \/* what to request the peer to use *\/ variable
    [all...]
chap_ms.c 901 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
910 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */
913 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 335 ccp_wantoptions[0].deflate = 0 ;
341 ccp_wantoptions[0].bsd_compress = 0;

Completed in 445 milliseconds