Home
last modified time | relevance | path

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

/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/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h182 #define CCP_ERR (CCP_ERROR | CCP_FATALERROR)
205 ((x)->cp_flags & CCP_ERROR)
H A Dspppcomp.c1436 cp->cp_flags |= CCP_ERROR; in spppcomp_inpkt()
1701 cp->cp_flags &= ~CCP_ERROR; in comp_ccp()
/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h94 #define CCP_ERROR 0x400 /* (status) error in packet decomp */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2101 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;