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

/illumos-gate/usr/src/uts/common/net/
H A Dpppio.h89 #define COMP_VJC 0x10 /* compress TCP/IP headers */ macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h170 * COMP_VJC 0x00000010 compress TCP/IP headers
195 ((x)->cp_flags & COMP_VJC)
H A Dspppcomp.c324 ((cp->cp_flags & (COMP_VJC|CCP_COMP_RUN)) &&
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2313 cf[0] = (vjcomp ? COMP_VJC + DECOMP_VJC : 0) /* XXX this is wrong */
2316 cf[1] = COMP_VJC + DECOMP_VJC + COMP_VJCCID + DECOMP_VJCCID;

Completed in 1111 milliseconds