Searched refs:CCP_ISUP (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h75 #define CCP_ISUP 0x200 /* do packet comp/decomp */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dpppio.h67 #define CCP_ISUP 0x200 /* do packet comp/decomp */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c247 #define CCP_ISUP 1 macro
339 if ((pkt->flags & CCP_ISUP)
458 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
472 cp->flags |= CCP_ISUP;
484 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
488 if (cp->flags & CCP_ISUP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c219 #define CCP_ISUP 1 macro
310 if ((pkt->flags & CCP_ISUP)
428 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
442 cp->flags |= CCP_ISUP;
454 cp->flags &= ~(CCP_DECOMP_RUN | CCP_ISUP);
458 if (cp->flags & CCP_ISUP) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c374 cp->flags &= ~CCP_ISUP;
701 (cp->flags & CCP_ISUP? cp->mtu + PPP_HDRLEN: 0));
890 if ((cp->flags & CCP_ISUP)
1068 cp->flags &= ~CCP_ISUP;
1072 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
1092 if (cp->flags & CCP_ISUP) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c374 cp->flags &= ~CCP_ISUP;
701 (cp->flags & CCP_ISUP? cp->mtu + PPP_HDRLEN: 0));
890 if ((cp->flags & CCP_ISUP)
1068 cp->flags &= ~CCP_ISUP;
1072 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
1092 if (cp->flags & CCP_ISUP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c366 cp->flags &= ~CCP_ISUP;
693 (cp->flags & CCP_ISUP? cp->mtu + PPP_HDRLEN: 0));
874 if ((cp->flags & CCP_ISUP)
1050 cp->flags &= ~CCP_ISUP;
1054 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
1074 if (cp->flags & CCP_ISUP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c366 cp->flags &= ~CCP_ISUP;
693 (cp->flags & CCP_ISUP? cp->mtu + PPP_HDRLEN: 0));
874 if ((cp->flags & CCP_ISUP)
1050 cp->flags &= ~CCP_ISUP;
1054 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
1074 if (cp->flags & CCP_ISUP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c787 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
788 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;
H A Dsys-solaris.c1543 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
1544 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1641 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
1642 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;

Completed in 170 milliseconds