Searched refs:ccp_wantoptions (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
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 | chap_ms.c | 919 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/ |
D | ppp.h | 396 ccp_options ccp_wantoptions; /* what to request the peer to use */ member
|