Home
last modified time | relevance | path

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

/src/usr.sbin/ppp/
H A Dslcompress.c232 #define THOFFSET(th) (th->th_off) in sl_compress_tcp() macro
273 THOFFSET(th) != THOFFSET(oth) || in sl_compress_tcp()
276 (THOFFSET(th) > 5 && in sl_compress_tcp()
277 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) { in sl_compress_tcp()
456 hlen += THOFFSET(th) << 2; in sl_uncompress_tcp()