Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dppp.c538 if (protocol == PPP_IP && pcb->vj_enabled) { in ppp_netif_output()
901 if (pcb->vj_enabled && vj_uncompress_tcp(&pb, &pcb->vj_comp) >= 0) { in ppp_input()
915 if (pcb->vj_enabled && vj_uncompress_uncomp(pb, &pcb->vj_comp) >= 0) { in ppp_input()
1150 pcb->vj_enabled = vjcomp; in sifvjcomp()
/third_party/lwip/src/include/netif/ppp/
Dppp.h345 unsigned int vj_enabled :1; /* Flag indicating VJ compression enabled. */ member