Searched refs:CCP_ISOPEN (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h74 #define CCP_ISOPEN 0x100 /* look at CCP packets */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dpppio.h66 #define CCP_ISOPEN 0x100 /* look at CCP packets */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c365 if ((mask & CCP_ISOPEN) && (flags & CCP_ISOPEN) == 0) {
1072 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c365 if ((mask & CCP_ISOPEN) && (flags & CCP_ISOPEN) == 0) {
1072 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c357 if ((mask & CCP_ISOPEN) && (flags & CCP_ISOPEN) == 0) {
1054 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c357 if ((mask & CCP_ISOPEN) && (flags & CCP_ISOPEN) == 0) {
1054 if ((cp->flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN
/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 149 milliseconds