Home
last modified time | relevance | path

Searched refs:CILEN_DEFLATE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c550 opt_buf[1] = CILEN_DEFLATE;
553 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
558 opt_buf[1] = CILEN_DEFLATE;
561 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
591 + (go->deflate && go->deflate_correct ? CILEN_DEFLATE : 0)
592 + (go->deflate && go->deflate_draft ? CILEN_DEFLATE : 0)
617 p[1] = CILEN_DEFLATE;
621 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
623 p += CILEN_DEFLATE;
636 p[1] = CILEN_DEFLATE;
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c138 if (opt_len != CILEN_DEFLATE || options[0] != CI_DEFLATE
139 || options[1] != CILEN_DEFLATE
182 if (opt_len < CILEN_DEFLATE || options[0] != CI_DEFLATE
183 || options[1] != CILEN_DEFLATE
H A Dppp-comp.h131 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c199 if (opt_len != CILEN_DEFLATE || in z_comp_alloc()
201 options[1] != CILEN_DEFLATE || in z_comp_alloc()
260 if (opt_len < CILEN_DEFLATE || in z_comp_init()
262 options[1] != CILEN_DEFLATE || in z_comp_init()
653 if (opt_len != CILEN_DEFLATE || in z_decomp_alloc()
655 options[1] != CILEN_DEFLATE || in z_decomp_alloc()
711 if (opt_len < CILEN_DEFLATE || in z_decomp_init()
713 options[1] != CILEN_DEFLATE || in z_decomp_init()
/titanic_41/usr/src/uts/common/net/
H A Dppp-comp.h158 #define CILEN_DEFLATE 4 /* length of its config option */ macro