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

/barrelfish-master/include/lwip2/netif/ppp/
H A Dccp.h74 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro
H A Dccp.c653 opt_buf[0] = CI_BSD_COMPRESS;
806 p[0] = CI_BSD_COMPRESS;
886 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
992 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
1068 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
1279 case CI_BSD_COMPRESS:
1435 case CI_BSD_COMPRESS:
1596 case CI_BSD_COMPRESS:
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dccp.c653 opt_buf[0] = CI_BSD_COMPRESS;
806 p[0] = CI_BSD_COMPRESS;
886 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
992 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
1068 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) {
1279 case CI_BSD_COMPRESS:
1435 case CI_BSD_COMPRESS:
1596 case CI_BSD_COMPRESS:

Completed in 38 milliseconds