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

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dipcp.c317 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */ macro
756 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
829 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
960 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
1117 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
1185 } else if (cilen == CILEN_VJ) {
1255 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
1382 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1695 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {
1709 if (cilen == CILEN_VJ) {
[all...]

Completed in 24 milliseconds