Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c217 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */ macro
504 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
559 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
647 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
741 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
783 if (cilen == CILEN_VJ) {
835 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
925 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1230 if (cilen != CILEN_VJ && cilen != CILEN_COMPRESS) {
1239 } else if (cilen == CILEN_VJ) {
[all …]