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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c234 #define THOFFSET(th) (th->th_off) macro
275 THOFFSET(th) != THOFFSET(oth) ||
278 (THOFFSET(th) > 5 &&
279 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) {
458 hlen += THOFFSET(th) << 2;

Completed in 52 milliseconds