Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dvj.c144 struct vj_u16_t { struct
288 if ((((struct vj_u16_t*)ip)[0]).v != (((struct vj_u16_t*)&cs->cs_ip)[0]).v in vj_compress_tcp()
289 || (((struct vj_u16_t*)ip)[3]).v != (((struct vj_u16_t*)&cs->cs_ip)[3]).v in vj_compress_tcp()
290 || (((struct vj_u16_t*)ip)[4]).v != (((struct vj_u16_t*)&cs->cs_ip)[4]).v in vj_compress_tcp()
502 struct vj_u16_t *bp; in vj_uncompress_tcp()
612 bp = (struct vj_u16_t*) &cs->cs_ip; in vj_uncompress_tcp()