Searched refs:CILEN_MPPE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c619 opt_buf[1] = CILEN_MPPE;
622 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0) {
682 + (go->mppe? CILEN_MPPE: 0);
705 u_char opt_buf[CILEN_MPPE + MPPE_MAX_KEY_LEN];
708 p[1] = opt_buf[1] = CILEN_MPPE;
711 BCOPY(mppe_recv_key, &opt_buf[CILEN_MPPE], MPPE_MAX_KEY_LEN);
712 res = ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0);
714 p += CILEN_MPPE;
818 u_char opt_buf[CILEN_MPPE];
821 opt_buf[1] = CILEN_MPPE;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp-comp.h198 #define CILEN_MPPE 6 /* length of config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_mppe.c198 if (optlen != CILEN_MPPE + sizeof(state->master_key) ||
199 options[0] != CI_MPPE || options[1] != CILEN_MPPE)
228 memcpy(state->master_key, &options[CILEN_MPPE],
279 if (optlen != CILEN_MPPE ||
280 options[0] != CI_MPPE || options[1] != CILEN_MPPE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h202 #define CILEN_MPPE 6 /* length of config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h169 #define CILEN_MPPE 6 /* length of config option */ macro

Completed in 187 milliseconds