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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h79 #define CCP_DECOMP_RUN 0x2000 /* (status) seen CCP ack rcvd */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dpppio.h71 #define CCP_DECOMP_RUN 0x2000 /* (status) seen CCP ack rcvd */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c251 #define CCP_DECOMP_RUN 8 macro
340 && (pkt->flags & CCP_DECOMP_RUN)
366 && (pkt->flags & CCP_DECOMP_RUN)) {
458 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
476 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
484 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
489 if (cp->state && (cp->flags & CCP_DECOMP_RUN)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c223 #define CCP_DECOMP_RUN 8 macro
311 && (pkt->flags & CCP_DECOMP_RUN)
337 && (pkt->flags & CCP_DECOMP_RUN)) {
428 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
446 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
454 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
459 if (cp->state && (cp->flags & CCP_DECOMP_RUN)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c891 && (cp->flags & CCP_DECOMP_RUN) && cp->rstate
915 } else if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {
1086 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
1097 if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c891 && (cp->flags & CCP_DECOMP_RUN) && cp->rstate
915 } else if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {
1086 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
1097 if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c875 && (cp->flags & CCP_DECOMP_RUN) && cp->rstate
899 } else if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {
1068 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
1079 if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c875 && (cp->flags & CCP_DECOMP_RUN) && cp->rstate
899 } else if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {
1068 cp->flags = (cp->flags & ~CCP_ERR) | CCP_DECOMP_RUN;
1079 if (cp->rstate && (cp->flags & CCP_DECOMP_RUN)) {

Completed in 117 milliseconds