Home
last modified time | relevance | path

Searched refs:ccp_test (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c540 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
549 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
557 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
566 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
572 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
617 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
646 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
1000 res = ccp_test(f->unit, pv, CILEN_DEFLATE, 1);
1057 res = ccp_test(f->unit, pv, CILEN_BSD_COMPRESS, 1);
1092 ccp_test(f->unit, pv, CILEN_PREDICTOR_1, 1) <= 0) {
[all …]
H A Dpppd.h572 extern int ccp_test __P((int, u_char *, int, int));
H A Dsys-solaris.c2053 ccp_test(unit, opt_ptr, opt_len, for_transmit) in ccp_test() function