Searched refs:getth_off (Results 1 – 1 of 1) sorted by relevance
69 #define getth_off(bp) (((uchar_t *)bp)[12] >> 4) macro190 thlen = (hlen + getth_off(th)) << 2; in vj_compress_tcp()284 getth_off(th) != getth_off(oth) || in vj_compress_tcp()287 (getth_off(th) > 5 && in vj_compress_tcp()288 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) { in vj_compress_tcp()501 (hlen += getth_off(buf+hlen) << 2) > buflen || hlen > MAX_HDR) { in vj_uncompress_uncomp()