Lines Matching defs:deltaS
165 register u_int deltaS, deltaA;
264 deltaS = hlen;
274 (deltaS > 5 &&
275 memcmp(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) ||
287 deltaS = ntohs(th->th_urp);
288 ENCODEZ(deltaS);
299 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win));
300 if (deltaS) {
301 ENCODE(deltaS);
312 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
313 if (deltaS) {
314 if (deltaS > 0xffff) {
317 ENCODE(deltaS);
347 if (deltaS == deltaA &&
348 deltaS == ntohs(cs->cs_ip.ip_len) - hlen) {
356 if (deltaS == ntohs(cs->cs_ip.ip_len) - hlen) {
364 deltaS = ntohs(ip->ip_id) - ntohs(cs->cs_ip.ip_id);
365 if (deltaS != 1) {
366 ENCODEZ(deltaS);
387 deltaS = cp - new_seq;
396 hlen -= deltaS + 3;
401 hlen -= deltaS + 4;
410 memcpy(cp, new_seq, deltaS);