Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c68 #define getip_hl(bp) (((uchar_t *)bp)[0] & 0x0F) macro
164 register uint_t hlen = getip_hl(ip); in vj_compress_tcp()
206 *(int *)th != ((int *)&cs->cs_ip)[getip_hl(&cs->cs_ip)]) { in vj_compress_tcp()
231 &cs->cs_ip)[getip_hl(&cs->cs_ip)]) { in vj_compress_tcp()
497 hlen = getip_hl(buf) << 2; in vj_uncompress_uncomp()
575 hlen = getip_hl(&cs->cs_ip) << 2; in vj_uncompress_tcp()