Searched refs:CILEN_BSD_COMPRESS (Results 1 – 3 of 3) sorted by relevance
630 opt_buf[1] = CILEN_BSD_COMPRESS;632 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)678 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)755 p[1] = CILEN_BSD_COMPRESS;758 p += CILEN_BSD_COMPRESS; /* not the first option */765 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);767 p += CILEN_BSD_COMPRESS;856 if (len < CILEN_BSD_COMPRESS857 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS860 p += CILEN_BSD_COMPRESS;[all …]
49 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
138 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro