Home
last modified time | relevance | path

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

/external/libppp/src/
Dslcompress.c234 #define THOFFSET(th) (th->th_off) in sl_compress_tcp() macro
275 THOFFSET(th) != THOFFSET(oth) || in sl_compress_tcp()
278 (THOFFSET(th) > 5 && in sl_compress_tcp()
279 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) { in sl_compress_tcp()
458 hlen += THOFFSET(th) << 2; in sl_uncompress_tcp()