Searched refs:CCP_ERROR (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h176 * CCP_ERROR 0x00000400 (status) error in packet decomp
184 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
207 ((x)->cp_flags & CCP_ERROR)
H A Dspppcomp.c1431 cp->cp_flags |= CCP_ERROR;
1696 cp->cp_flags &= ~CCP_ERROR;
/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h96 #define CCP_ERROR 0x400 /* (status) error in packet decomp */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c233 #define CCP_ERROR 2 macro
235 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
343 pkt->flags |= CCP_ERROR;
477 cp->flags &= ~CCP_ERROR;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2160 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;

Completed in 55 milliseconds