Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h92 #define CCP_ISOPEN 0x100 /* look at CCP packets */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h201 ((x)->cp_flags & CCP_ISOPEN)
H A Dspppcomp.c729 if ((mask & CCP_ISOPEN) && !(flags & CCP_ISOPEN)) { in spppcomp_inner_ioctl()
1659 if ((cp->cp_flags & (CCP_ISOPEN | CCP_ISUP)) == CCP_ISOPEN && in comp_ccp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2100 cf[0] = (isopen ? CCP_ISOPEN : 0) + (isup ? CCP_ISUP : 0);
2101 cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;