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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c84 #define getth_off(base) ((((base).th_xoff)&0xf0)>>4) macro
88 #define getth_off(base) ((base).th_off) macro
245 hlen += getth_off(*th);
277 hlen += getth_off(*th);
285 getth_off(*th) != getth_off(*oth) ||
287 (getth_off(*th) > 5 && BCMP(th + 1, oth + 1, (getth_off(*th) - 5) << 2)))
450 || (hlen += getth_off(*((struct tcphdr *)&((char *)ip)[hlen])) << 2)

Completed in 99 milliseconds