Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c514 cs->cs_hlen = hlen & 0xff; in vj_uncompress_uncomp()
594 i = ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in vj_uncompress_tcp()
608 tmp = ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len) - cs->cs_hlen; in vj_uncompress_tcp()
659 total_len += cs->cs_hlen - vjlen; in vj_uncompress_tcp()
677 *hlenp = cs->cs_hlen; in vj_uncompress_tcp()
/illumos-gate/usr/src/uts/common/net/
H A Dvjcompress.h111 ushort_t cs_hlen; /* size of hdr (receive only) */ member