Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dvj.c65 comp->last_recv = 255; in vj_compress_init()
477 cs = &comp->rstate[comp->last_recv = IPH_PROTO(ip)]; in vj_uncompress_uncomp()
521 comp->last_recv = *cp++; in vj_uncompress_tcp()
534 cs = &comp->rstate[comp->last_recv]; in vj_uncompress_tcp()
/third_party/lwip/src/include/netif/ppp/
Dvj.h142 u8_t last_recv; /* last rcvd conn. id */ member