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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dccp.c654 opt_buf[1] = CILEN_BSD_COMPRESS;
661 res = ccp_test(pcb, opt_buf, CILEN_BSD_COMPRESS, 0);
749 + (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
807 p[1] = CILEN_BSD_COMPRESS;
809 p += CILEN_BSD_COMPRESS;
885 if (len < CILEN_BSD_COMPRESS
886 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
889 p += CILEN_BSD_COMPRESS;
890 len -= CILEN_BSD_COMPRESS;
991 if (go->bsd_compress && len >= CILEN_BSD_COMPRESS
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dccp.c654 opt_buf[1] = CILEN_BSD_COMPRESS;
661 res = ccp_test(pcb, opt_buf, CILEN_BSD_COMPRESS, 0);
749 + (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
807 p[1] = CILEN_BSD_COMPRESS;
809 p += CILEN_BSD_COMPRESS;
885 if (len < CILEN_BSD_COMPRESS
886 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
889 p += CILEN_BSD_COMPRESS;
890 len -= CILEN_BSD_COMPRESS;
991 if (go->bsd_compress && len >= CILEN_BSD_COMPRESS
[all...]
H A Dccp.h75 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro

Completed in 39 milliseconds