Searched refs:vj_uncompress_uncomp (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/lwip2/netif/ppp/
H A Dvj.h156 extern int vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp);
H A Dvj.c464 vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp) function
477 PPPDEBUG(LOG_INFO, ("vj_uncompress_uncomp: bad cid=%d, hlen=%d buflen=%d\n",
H A Dppp.c908 if (pcb->vj_enabled && vj_uncompress_uncomp(pb, &pcb->vj_comp) >= 0) {
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dvj.c464 vj_uncompress_uncomp(struct pbuf *nb, struct vjcompress *comp) function
477 PPPDEBUG(LOG_INFO, ("vj_uncompress_uncomp: bad cid=%d, hlen=%d buflen=%d\n",
H A Dppp.c908 if (pcb->vj_enabled && vj_uncompress_uncomp(pb, &pcb->vj_comp) >= 0) {

Completed in 44 milliseconds