Searched refs:CI_BSD_COMPRESS (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/include/net/
H A Dppp-comp.h137 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro
/external/ppp/pppd/
H A Dccp.c629 opt_buf[0] = CI_BSD_COMPRESS;
754 p[0] = CI_BSD_COMPRESS;
857 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
957 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
1033 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
1248 case CI_BSD_COMPRESS:
1399 case CI_BSD_COMPRESS:
1562 case CI_BSD_COMPRESS:

Completed in 80 milliseconds