Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dccp.c654 opt_buf[1] = CILEN_BSD_COMPRESS; in ccp_resetci()
661 res = ccp_test(pcb, opt_buf, CILEN_BSD_COMPRESS, 0); in ccp_resetci()
749 + (go->bsd_compress? CILEN_BSD_COMPRESS: 0) in ccp_cilen()
807 p[1] = CILEN_BSD_COMPRESS; in ccp_addci()
809 p += CILEN_BSD_COMPRESS; in ccp_addci()
885 if (len < CILEN_BSD_COMPRESS in ccp_ackci()
886 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS in ccp_ackci()
889 p += CILEN_BSD_COMPRESS; in ccp_ackci()
890 len -= CILEN_BSD_COMPRESS; in ccp_ackci()
991 if (go->bsd_compress && len >= CILEN_BSD_COMPRESS in ccp_nakci()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dccp.h79 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro