Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c70 #define getip_p(bp) (((uchar_t *)bp)[offsetof(struct ip, ip_p)]) macro
499 if (getip_p(buf) >= MAX_STATES || in vj_uncompress_uncomp()
510 cs = &comp->rstate[comp->last_recv = getip_p(buf)]; in vj_uncompress_uncomp()