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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h94 #define CCP_ISOPEN 0x100 /* look at CCP packets */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h174 * CCP_ISOPEN 0x00000100 look at CCP packets
203 ((x)->cp_flags & CCP_ISOPEN)
H A Dspppcomp.c726 if ((mask & CCP_ISOPEN) && !(flags & CCP_ISOPEN)) {
1654 if ((cp->cp_flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN &&
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2159 cf[0] = (isopen ? CCP_ISOPEN : 0) + (isup ? CCP_ISUP : 0);
2160 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;

Completed in 187 milliseconds