Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c516 cs->cs_hlen = hlen & 0xff; in vj_uncompress_uncomp()
596 i = ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in vj_uncompress_tcp()
610 tmp = ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in vj_uncompress_tcp()
661 total_len += cs->cs_hlen - vjlen; in vj_uncompress_tcp()
679 *hlenp = cs->cs_hlen; in vj_uncompress_tcp()
/titanic_41/usr/src/uts/common/net/
H A Dvjcompress.h113 ushort_t cs_hlen; /* size of hdr (receive only) */ member