Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c170 register uint_t thlen; in vj_compress_tcp() local
188 thlen = (hlen + getth_off(th)) << 2; in vj_compress_tcp()
189 if (thlen > mlen) { in vj_compress_tcp()
354 ntohs(cs->cs_ip.ip_len) == thlen) { in vj_compress_tcp()
373 deltaS == ntohs(cs->cs_ip.ip_len) - thlen) { in vj_compress_tcp()
415 BCOPY(ip, &cs->cs_ip, thlen); in vj_compress_tcp()
433 thlen -= deltaS + 4; in vj_compress_tcp()
435 *vjhdrp = (cp += thlen); in vj_compress_tcp()
440 thlen -= deltaS + 3; in vj_compress_tcp()
442 *vjhdrp = (cp += thlen); in vj_compress_tcp()
[all …]