Searched refs:mppe (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | ccp.c | 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, 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 …]
|
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 */
|
D | PPPD_FOLLOWUP | 428 2015-03-25 - pppd: Fix ccp_options.mppe type
|
D | auth.c | 965 && !pcb->ccp_gotoptions.mppe in start_networks()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ccp.h | 144 u8_t mppe; /* MPPE bitfield */ member
|
/third_party/lwip/src/ |
D | Filelists.mk | 113 $(LWIPDIR)/netif/ppp/mppe.c \
|
D | Filelists.cmake | 125 ${LWIP_DIR}/src/netif/ppp/mppe.c
|
/third_party/lwip/ |
D | lwip.gni | 127 "$LWIPDIR/netif/ppp/mppe.c",
|