Searched refs:deltaS (Results 1 – 1 of 1) sorted by relevance
229 register unsigned long deltaS, deltaA; in slhc_compress() local360 deltaS = ntohs(th->urg_ptr); in slhc_compress()361 cp = encode(cp,deltaS); in slhc_compress()370 if((deltaS = ntohs(th->window) - ntohs(oth->window)) != 0){ in slhc_compress()371 cp = encode(cp,deltaS); in slhc_compress()380 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ in slhc_compress()381 if(deltaS > 0x0000ffff) in slhc_compress()383 cp = encode(cp,deltaS); in slhc_compress()407 if(deltaS == deltaA && in slhc_compress()408 deltaS == ntohs(cs->cs_ip.tot_len) - hlen){ in slhc_compress()[all …]