Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c67 #define getth_off(bp) (((uchar_t *)bp)[12] >> 4) macro
188 thlen = (hlen + getth_off(th)) << 2; in vj_compress_tcp()
282 getth_off(th) != getth_off(oth) || in vj_compress_tcp()
285 (getth_off(th) > 5 && in vj_compress_tcp()
286 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) { in vj_compress_tcp()
499 (hlen += getth_off(buf+hlen) << 2) > buflen || hlen > MAX_HDR) { in vj_uncompress_uncomp()