Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c66 #define getip_hl(bp) (((uchar_t *)bp)[0] & 0x0F) macro
162 register uint_t hlen = getip_hl(ip); in vj_compress_tcp()
204 *(int *)th != ((int *)&cs->cs_ip)[getip_hl(&cs->cs_ip)]) { in vj_compress_tcp()
229 &cs->cs_ip)[getip_hl(&cs->cs_ip)]) { in vj_compress_tcp()
495 hlen = getip_hl(buf) << 2; in vj_uncompress_uncomp()
573 hlen = getip_hl(&cs->cs_ip) << 2; in vj_uncompress_tcp()