Home
last modified time | relevance | path

Searched refs:mppe (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dccp.c113 { "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,
125 { "require-mppe-40", o_bool, &ccp_allowoptions[0].mppe,
127 &ccp_wantoptions[0].mppe },
128 { "+mppe-40", o_bool, &ccp_allowoptions[0].mppe,
130 &ccp_wantoptions[0].mppe },
131 { "nomppe-40", o_bool, &ccp_allowoptions[0].mppe,
133 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40, &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 */
DPPPD_FOLLOWUP428 2015-03-25 - pppd: Fix ccp_options.mppe type
Dauth.c965 && !pcb->ccp_gotoptions.mppe in start_networks()
/third_party/lwip/src/include/netif/ppp/
Dccp.h144 u8_t mppe; /* MPPE bitfield */ member
/third_party/lwip/src/
DFilelists.mk113 $(LWIPDIR)/netif/ppp/mppe.c \
DFilelists.cmake125 ${LWIP_DIR}/src/netif/ppp/mppe.c
/third_party/lwip/
Dlwip.gni127 "$LWIPDIR/netif/ppp/mppe.c",