Home
last modified time | relevance | path

Searched refs:deltaA (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dslcompress.c161 u_int deltaS, deltaA; in sl_compress_tcp() local
294 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack); in sl_compress_tcp()
295 if (deltaA) { in sl_compress_tcp()
296 if (deltaA > 0xffff) in sl_compress_tcp()
298 ENCODE(deltaA); in sl_compress_tcp()
335 if (deltaS == deltaA && in sl_compress_tcp()
363 deltaA = ntohs(th->th_sum); in sl_compress_tcp()
390 *cp++ = deltaA >> 8; in sl_compress_tcp()
391 *cp++ = deltaA; in sl_compress_tcp()