Searched refs:CILEN_BSD_COMPRESS (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dppp-comp.h49 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/external/ppp/pppd/
H A Dccp.c630 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_COMPRESS
857 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
860 p += CILEN_BSD_COMPRESS;
[all...]
/external/ppp/pppd/include/net/
H A Dppp-comp.h138 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro

Completed in 76 milliseconds