Searched refs:CCP_FATALERROR (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.h77 #define CCP_FATALERROR 0x800 /* (status) fatal error ditto */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dpppio.h69 #define CCP_FATALERROR 0x800 /* (status) fatal error ditto */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c249 #define CCP_FATALERROR 4 macro
250 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
361 pkt->flags |= CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c221 #define CCP_FATALERROR 4 macro
222 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
332 pkt->flags |= CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c155 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
909 cp->flags |= CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c155 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
909 cp->flags |= CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c147 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
893 cp->flags |= CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c788 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;
843 return cf[0] & CCP_FATALERROR;
H A Dsys-solaris.c1544 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;
1600 return cf[0] & CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c147 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
893 cp->flags |= CCP_FATALERROR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1642 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;
1727 return cf[0] & CCP_FATALERROR;

Completed in 182 milliseconds