Symbol: CILEN_DEFLATE
sys/net/ppp-deflate.c
150
if (opt_len != CILEN_DEFLATE
sys/net/ppp-deflate.c
152
|| options[1] != CILEN_DEFLATE
sys/net/ppp-deflate.c
193
if (opt_len < CILEN_DEFLATE
sys/net/ppp-deflate.c
195
|| options[1] != CILEN_DEFLATE
sys/net/ppp-deflate.c
371
if (opt_len != CILEN_DEFLATE
sys/net/ppp-deflate.c
373
|| options[1] != CILEN_DEFLATE
sys/net/ppp-deflate.c
413
if (opt_len < CILEN_DEFLATE
sys/net/ppp-deflate.c
415
|| options[1] != CILEN_DEFLATE
usr.sbin/pppd/ccp.c
313
opt_buf[1] = CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
316
if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
usr.sbin/pppd/ccp.c
321
opt_buf[1] = CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
324
if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
usr.sbin/pppd/ccp.c
353
+ (go->deflate? CILEN_DEFLATE: 0)
usr.sbin/pppd/ccp.c
375
p[1] = CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
379
res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
usr.sbin/pppd/ccp.c
381
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
393
p[1] = CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
394
p[2] = p[2 - CILEN_DEFLATE];
usr.sbin/pppd/ccp.c
396
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
457
if (len < CILEN_DEFLATE
usr.sbin/pppd/ccp.c
459
|| p[1] != CILEN_DEFLATE
usr.sbin/pppd/ccp.c
463
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
464
len -= CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
469
if (len < CILEN_DEFLATE
usr.sbin/pppd/ccp.c
471
|| p[1] != CILEN_DEFLATE
usr.sbin/pppd/ccp.c
475
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
476
len -= CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
530
if (go->deflate && len >= CILEN_DEFLATE
usr.sbin/pppd/ccp.c
532
&& p[1] == CILEN_DEFLATE) {
usr.sbin/pppd/ccp.c
544
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
545
len -= CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
547
&& len >= CILEN_DEFLATE && p[0] == CI_DEFLATE_DRAFT
usr.sbin/pppd/ccp.c
548
&& p[1] == CILEN_DEFLATE) {
usr.sbin/pppd/ccp.c
549
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
550
len -= CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
601
if (go->deflate && len >= CILEN_DEFLATE
usr.sbin/pppd/ccp.c
603
&& p[1] == CILEN_DEFLATE) {
usr.sbin/pppd/ccp.c
611
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
612
len -= CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
614
&& len >= CILEN_DEFLATE && p[0] == CI_DEFLATE_DRAFT
usr.sbin/pppd/ccp.c
615
&& p[1] == CILEN_DEFLATE) {
usr.sbin/pppd/ccp.c
620
p += CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
621
len -= CILEN_DEFLATE;
usr.sbin/pppd/ccp.c
691
if (!ao->deflate || clen != CILEN_DEFLATE
usr.sbin/pppd/ccp.c
720
res = ccp_test(f->unit, p, CILEN_DEFLATE, 1);
usr.sbin/pppd/ccp.c
966
if (optlen >= CILEN_DEFLATE) {
usr.sbin/pppd/ccp.c
974
p += CILEN_DEFLATE;