Searched refs:deltaS (Results 1 – 2 of 2) sorted by relevance
167 register u_int deltaS, deltaA; in sl_compress_tcp() local266 deltaS = hlen; in sl_compress_tcp()276 (deltaS > 5 && in sl_compress_tcp()277 memcmp(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) || in sl_compress_tcp()289 deltaS = ntohs(th->th_urp); in sl_compress_tcp()290 ENCODEZ(deltaS); in sl_compress_tcp()301 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp()302 if (deltaS) { in sl_compress_tcp()303 ENCODE(deltaS); in sl_compress_tcp()314 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq); in sl_compress_tcp()[all …]
165 register u_int deltaS, deltaA; local259 deltaS = hlen;269 (deltaS > 5 &&270 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) ||282 deltaS = ntohs(th->th_urp);283 ENCODEZ(deltaS);292 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));293 if (deltaS) {294 ENCODE(deltaS);306 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);[all …]