Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dccp.c653 opt_buf[0] = CI_BSD_COMPRESS; in ccp_resetci()
806 p[0] = CI_BSD_COMPRESS; in ccp_addci()
886 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS in ccp_ackci()
992 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) { in ccp_nakci()
1068 && p[0] == CI_BSD_COMPRESS && p[1] == CILEN_BSD_COMPRESS) { in ccp_rejci()
1279 case CI_BSD_COMPRESS: in ccp_reqci()
1435 case CI_BSD_COMPRESS: in method_name()
1596 case CI_BSD_COMPRESS: in ccp_printpkt()
/third_party/lwip/src/include/netif/ppp/
Dccp.h78 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */ macro