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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h75 #define CCP_ISUP 0x200 /* do packet comp/decomp */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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-WNDR4500-V1.0.1.40_1.0.68/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 210 milliseconds