Symbol: CILEN_BSD_COMPRESS
sys/net/bsd-comp.c
302
if (opt_len < CILEN_BSD_COMPRESS || options[0] != CI_BSD_COMPRESS
sys/net/bsd-comp.c
303
|| options[1] != CILEN_BSD_COMPRESS
sys/net/bsd-comp.c
392
if (opt_len < CILEN_BSD_COMPRESS || options[0] != CI_BSD_COMPRESS
sys/net/bsd-comp.c
393
|| options[1] != CILEN_BSD_COMPRESS
usr.sbin/pppd/ccp.c
305
opt_buf[1] = CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
307
if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
usr.sbin/pppd/ccp.c
352
return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
usr.sbin/pppd/ccp.c
401
p[1] = CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
404
p += CILEN_BSD_COMPRESS; /* not the first option */
usr.sbin/pppd/ccp.c
407
res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
usr.sbin/pppd/ccp.c
409
p += CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
480
if (len < CILEN_BSD_COMPRESS
usr.sbin/pppd/ccp.c
481
|| p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
usr.sbin/pppd/ccp.c
484
p += CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
485
len -= CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
554
if (go->bsd_compress && len >= CILEN_BSD_COMPRESS
usr.sbin/pppd/ccp.c
555
&& p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
usr.sbin/pppd/ccp.c
565
p += CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
566
len -= CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
626
if (go->bsd_compress && len >= CILEN_BSD_COMPRESS
usr.sbin/pppd/ccp.c
627
&& p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
usr.sbin/pppd/ccp.c
631
p += CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
632
len -= CILEN_BSD_COMPRESS;
usr.sbin/pppd/ccp.c
736
if (!ao->bsd_compress || clen != CILEN_BSD_COMPRESS) {
usr.sbin/pppd/ccp.c
761
res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 1);
usr.sbin/pppd/ccp.c
978
if (optlen >= CILEN_BSD_COMPRESS) {
usr.sbin/pppd/ccp.c
981
p += CILEN_BSD_COMPRESS;