Searched refs:deltaS (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dslcompress.c165 register u_int deltaS, deltaA; local
259 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
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dslcompress.c167 register u_int deltaS, deltaA; local
266 deltaS = hlen;
276 (deltaS > 5 &&
277 memcmp(ip + 1, &cs->cs_ip + 1, (deltaS - 5) << 2)) ||
289 deltaS = ntohs(th->th_urp);
290 ENCODEZ(deltaS);
301 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win));
302 if (deltaS) {
303 ENCODE(deltaS);
314 deltaS
[all...]

Completed in 314 milliseconds