Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h84 #define COMP_PROT 0x4 /* compress PPP protocol */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h189 ((x)->cp_flags & COMP_PROT)
H A Dspppcomp.c634 if ((cp->cp_flags & (COMP_AC|COMP_PROT)) && DB_REF(mp) > 1) { in spppcomp_outpkt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1912 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1913 cf[1] = COMP_PROT | COMP_AC;