Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
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 …]
Dchap_ms.c919 if (policy == MPPE_ENC_POL_ENC_ALLOWED && !ccp_wantoptions[0].mppe)
928 ccp_wantoptions[0].mppe &= ~MPPE_OPT_128; /* disable 128-bit */
931 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */
/third_party/lwip/src/include/netif/ppp/
Dppp.h396 ccp_options ccp_wantoptions; /* what to request the peer to use */ member