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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dccp.c666 opt_buf[2] = MPPE_STATELESS;
676 opt_buf[2] = MPPE_STATELESS;
686 opt_buf[2] = MPPE_STATELESS;
804 p[2] = (go->mppe_stateless ? MPPE_STATELESS : 0);
938 || p[2] != (go->mppe_stateless ? MPPE_STATELESS : 0)
1088 if ((p[2] & MPPE_STATELESS) || wo->mppe_stateless)
1217 if (p[2] != (go->mppe_stateless ? MPPE_STATELESS : 0) ||
1360 if (((p[2] & ~MPPE_STATELESS) != 0 || p[3] != 0 || p[4] != 0 ||
1365 p[2] = (wo->mppe_stateless ? MPPE_STATELESS : 0);
1398 if ((p[2] & MPPE_STATELESS)) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dccp.c666 opt_buf[2] = MPPE_STATELESS;
676 opt_buf[2] = MPPE_STATELESS;
686 opt_buf[2] = MPPE_STATELESS;
804 p[2] = (go->mppe_stateless ? MPPE_STATELESS : 0);
938 || p[2] != (go->mppe_stateless ? MPPE_STATELESS : 0)
1088 if ((p[2] & MPPE_STATELESS) || wo->mppe_stateless)
1217 if (p[2] != (go->mppe_stateless ? MPPE_STATELESS : 0) ||
1360 if (((p[2] & ~MPPE_STATELESS) != 0 || p[3] != 0 || p[4] != 0 ||
1365 p[2] = (wo->mppe_stateless ? MPPE_STATELESS : 0);
1398 if ((p[2] & MPPE_STATELESS)) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dppp-comp.h292 #define MPPE_STATELESS MPPE_H_BIT /* configuration bit H */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dppp-comp.h292 #define MPPE_STATELESS MPPE_H_BIT /* configuration bit H */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dppp-comp.h259 #define MPPE_STATELESS MPPE_H_BIT /* configuration bit H */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dppp-comp.h292 #define MPPE_STATELESS MPPE_H_BIT /* configuration bit H */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dppp-comp.h259 #define MPPE_STATELESS MPPE_H_BIT /* configuration bit H */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dppp_mppe_mppc_comp.c183 (options[2] & ~MPPE_STATELESS) != 0 ||
287 (options[2] & ~MPPE_STATELESS) != 0 ||
312 state->stateless = options[2] & MPPE_STATELESS; /* Do we use stateless mode? */

Completed in 99 milliseconds