Searched refs:deltaS (Results 1 – 2 of 2) sorted by relevance
184 u_int deltaS, deltaA; local276 deltaS = hlen;284 (deltaS > 5 &&285 BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) ||297 deltaS = ntohs(th->th_urp);298 ENCODEZ(deltaS);307 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));308 if (deltaS) {309 ENCODE(deltaS);321 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);[all …]
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 …]