• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/

Lines Matching defs:ccp_wantoptions

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,
119 { "nomppe", o_bool, &ccp_wantoptions[0].mppe,
121 { "-mppe", o_bool, &ccp_wantoptions[0].mppe,
127 &ccp_wantoptions[0].mppe },
130 &ccp_wantoptions[0].mppe },
133 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40, &ccp_wantoptions[0].mppe },
137 &ccp_wantoptions[0].mppe },
141 &ccp_wantoptions[0].mppe },
145 &ccp_wantoptions[0].mppe },
148 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_128, &ccp_wantoptions[0].mppe },
152 &ccp_wantoptions[0].mppe },
200 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */
284 ccp_wantoptions[0].bsd_compress = 1;
285 ccp_wantoptions[0].bsd_bits = rbits;
287 ccp_wantoptions[0].bsd_compress = 0;
332 ccp_wantoptions[0].deflate = 1;
333 ccp_wantoptions[0].deflate_size = rbits;
335 ccp_wantoptions[0].deflate = 0;
361 memset(&ccp_wantoptions[unit], 0, sizeof(ccp_options));
366 ccp_wantoptions[0].deflate = 1;
367 ccp_wantoptions[0].deflate_size = DEFLATE_MAX_SIZE;
368 ccp_wantoptions[0].deflate_correct = 1;
369 ccp_wantoptions[0].deflate_draft = 1;
375 ccp_wantoptions[0].bsd_compress = 1;
376 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
536 *go = ccp_wantoptions[f->unit];
590 ccp_wantoptions[f->unit].mppe &= ~MPPE_OPT_40;