Symbol: CILEN_BSD_COMPRESS
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1031
nb = clen < CILEN_BSD_COMPRESS ? ao->bsd_bits : BSD_NBITS(p[2]);
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1033
if (clen != CILEN_BSD_COMPRESS ||
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1045
PUTCHAR(CILEN_BSD_COMPRESS, nakp);
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1057
res = ccp_test(f->unit, pv, CILEN_BSD_COMPRESS, 1);
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1065
BCOPY(pv, nakp, CILEN_BSD_COMPRESS);
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1067
nakp += CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1328
if (clen != CILEN_BSD_COMPRESS)
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
1330
if (optlen >= CILEN_BSD_COMPRESS) {
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
538
opt_buf[1] = CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
540
if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
586
return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
640
p[1] = CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
643
p += CILEN_BSD_COMPRESS; /* not the first option */
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
646
res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
648
p += CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
726
if (len < CILEN_BSD_COMPRESS
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
727
|| p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
733
p += CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
734
len -= CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
822
if (go->bsd_compress && len >= CILEN_BSD_COMPRESS &&
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
829
if (p[1] != CILEN_BSD_COMPRESS ||
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
890
if (go->bsd_compress && len >= CILEN_BSD_COMPRESS
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
891
&& p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
895
p += CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c
896
len -= CILEN_BSD_COMPRESS;
usr/src/cmd/cmd-inet/usr.bin/pppdump/bsd-comp.c
384
if (opt_len < CILEN_BSD_COMPRESS
usr/src/cmd/cmd-inet/usr.bin/pppdump/bsd-comp.c
385
|| options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
usr/src/uts/common/io/ppp/spppcomp/bsd-comp.c
480
if (db->hsize == 0 || opt_len < CILEN_BSD_COMPRESS ||
usr/src/uts/common/io/ppp/spppcomp/bsd-comp.c
482
options[1] != CILEN_BSD_COMPRESS ||