Lines Matching refs:deltaS
145 register u_short deltaS, deltaA;
238 deltaS = hlen;
262 || (deltaS > 5 && BCMP(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2))
274 deltaS = ntohs(th->urgp);
275 ENCODEZ(deltaS);
285 if ((deltaS = (u_short)(ntohs(th->wnd) - ntohs(oth->wnd))) != 0) {
286 ENCODE(deltaS);
303 deltaS = (u_short)deltaL;
304 ENCODE(deltaS);
334 if (deltaS == deltaA && deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) {
342 if (deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) {
350 deltaS = (u_short)(ntohs(IPH_ID(ip)) - ntohs(IPH_ID(&cs->cs_ip)));
351 if (deltaS != 1) {
352 ENCODEZ(deltaS);
374 deltaS = (u_short)(cp - new_seq);
377 hlen -= deltaS + 4;
386 hlen -= deltaS + 3;
396 BCOPY(new_seq, cp, deltaS);