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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c224 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */ macro
511 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
566 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
654 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
748 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
790 if (cilen == CILEN_VJ) {
842 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
932 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1237 if (cilen != CILEN_VJ && cilen != CILEN_COMPRESS) {
1246 } else if (cilen == CILEN_VJ) {
[all...]

Completed in 47 milliseconds