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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dccp.c44 #include "netif/ppp/mppe.h" /* mppe_init() */
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,
124 /* We use ccp_allowoptions[0].mppe as a junk var ... it is reset later */
125 { "require-mppe
[all...]
H A Dchap_ms.c97 #include "netif/ppp/mppe.h" /* For mppe_sha1_pad*, mppe_set_key() */
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 */
H A Dauth.c965 && !pcb->ccp_gotoptions.mppe
/barrelfish-master/include/lwip2/netif/ppp/
H A Dccp.c44 #include "netif/ppp/mppe.h" /* mppe_init() */
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,
124 /* We use ccp_allowoptions[0].mppe as a junk var ... it is reset later */
125 { "require-mppe
[all...]
H A Dccp.h140 u8_t mppe; /* MPPE bitfield */ member in struct:ccp_options
H A Dchap_ms.c97 #include "netif/ppp/mppe.h" /* For mppe_sha1_pad*, mppe_set_key() */
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 */
H A Dauth.c965 && !pcb->ccp_gotoptions.mppe
/barrelfish-master/lib/lwip2/src/
H A DFilelists.mk102 $(LWIPDIR)/netif/ppp/mppe.c \

Completed in 57 milliseconds