Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c450 cs->cs_hlen = (u_short)hlen; in vj_uncompress_uncomp()
515 register u32_t i = ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp()
526 tmp = ntohl(th->seqno) + ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp()
572 tmp = n0->tot_len - vjlen + cs->cs_hlen; in vj_uncompress_tcp()
575 IPH_LEN_SET(&cs->cs_ip, htons(n0->tot_len - vjlen + cs->cs_hlen)); in vj_uncompress_tcp()
599 np = pbuf_alloc(PBUF_RAW, n0->len + cs->cs_hlen, PBUF_POOL); in vj_uncompress_tcp()
605 if(pbuf_header(np, -cs->cs_hlen)) { in vj_uncompress_tcp()
625 if(pbuf_header(n0, cs->cs_hlen)) { in vj_uncompress_tcp()
628 …LWIP_ASSERT("vj_uncompress_tcp: cs->cs_hlen <= PBUF_POOL_BUFSIZE", cs->cs_hlen <= PBUF_POOL_BUFSIZ… in vj_uncompress_tcp()
629 np = pbuf_alloc(PBUF_RAW, cs->cs_hlen, PBUF_POOL); in vj_uncompress_tcp()
[all …]
Dvj.h107 u_short cs_hlen; /* size of hdr (receive only) */ member
/external/ppp/pppd/include/net/
Dslcompress.h104 u_short cs_hlen; /* size of hdr (receive only) */ member
Dvjcompress.h104 u_short cs_hlen; /* size of hdr (receive only) */ member