Searched defs:ccp_wantoptions (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A 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[
200 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */ variable
[all...]

Completed in 88 milliseconds