Searched refs:deltaS (Results 1 – 1 of 1) sorted by relevance
169 u16_t deltaS, deltaA = 0; in vj_compress_tcp() local275 deltaS = ilen; in vj_compress_tcp()292 || (deltaS > 5 && BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) in vj_compress_tcp()304 deltaS = lwip_ntohs(th->urgp); in vj_compress_tcp()305 ENCODEZ(deltaS); in vj_compress_tcp()315 if ((deltaS = (u16_t)(lwip_ntohs(th->wnd) - lwip_ntohs(oth->wnd))) != 0) { in vj_compress_tcp()316 ENCODE(deltaS); in vj_compress_tcp()333 deltaS = (u16_t)deltaL; in vj_compress_tcp()334 ENCODE(deltaS); in vj_compress_tcp()364 if (deltaS == deltaA && deltaS == lwip_ntohs(IPH_LEN(&cs->cs_ip)) - hlen) { in vj_compress_tcp()[all …]