Searched refs:MPPE_OPT_40 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_mppe.h5 #define MPPE_OPT_40 0x01 /* 40 bit */ macro
49 if (opts & MPPE_OPT_40) \
69 opts |= MPPE_OPT_40; \
H A Dppp_mppe.c286 else if (mppe_opts & MPPE_OPT_40)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h208 #define MPPE_OPT_40 0x01 /* 40 bit */ macro
252 if (opts & MPPE_OPT_40) \
272 opts |= MPPE_OPT_40; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h175 #define MPPE_OPT_40 0x01 /* 40 bit */ macro
219 if (opts & MPPE_OPT_40) \
239 opts |= MPPE_OPT_40; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c115 OPT_PRIO | MPPE_OPT_40 | MPPE_OPT_128 },
118 OPT_ALIAS | OPT_PRIO | MPPE_OPT_40 | MPPE_OPT_128 },
126 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
129 "require MPPE 40-bit encryption", OPT_PRIO | OPT_A2OR | MPPE_OPT_40,
133 OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40, &ccp_wantoptions[0].mppe },
136 OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLRB | MPPE_OPT_40,
587 if (go->mppe & MPPE_OPT_40) {
589 go->mppe &= ~MPPE_OPT_40;
590 ccp_wantoptions[f->unit].mppe &= ~MPPE_OPT_40;
595 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_12
[all...]
H A Dchap_ms.c906 ccp_wantoptions[0].mppe &= ~MPPE_OPT_40; /* disable 40-bit */

Completed in 103 milliseconds