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

/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dpppio.h86 #define COMP_PROT 0x4 /* compress PPP protocol */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h168 * COMP_PROT 0x00000004 compress PPP protocol
191 ((x)->cp_flags & COMP_PROT)
H A Dspppcomp.c631 if ((cp->cp_flags & (COMP_AC|COMP_PROT)) && DB_REF(mp) > 1) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1971 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1972 cf[1] = COMP_PROT | COMP_AC;

Completed in 101 milliseconds