Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dvj.c348 if (IPH_LEN(ip) != IPH_LEN(&cs->cs_ip) && in vj_compress_tcp()
349 lwip_ntohs(IPH_LEN(&cs->cs_ip)) == hlen) { in vj_compress_tcp()
364 if (deltaS == deltaA && deltaS == lwip_ntohs(IPH_LEN(&cs->cs_ip)) - hlen) { in vj_compress_tcp()
372 if (deltaS == lwip_ntohs(IPH_LEN(&cs->cs_ip)) - hlen) { in vj_compress_tcp()
548 u32_t i = lwip_ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp()
559 tmp = lwip_ntohl(th->seqno) + lwip_ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; in vj_uncompress_tcp()
/third_party/lwip/src/include/lwip/prot/
Dip4.h110 #define IPH_LEN(hdr) ((hdr)->_len) macro
/third_party/lwip/src/core/ipv4/
Dip4.c503 iphdr_len = lwip_ntohs(IPH_LEN(iphdr));
681 …lwip_ntohs(IPH_ID(iphdr)), p->tot_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & P…
1149 lwip_ntohs(IPH_LEN(iphdr))));
Dip4_frag.c375 len = lwip_ntohs(IPH_LEN(fraghdr)); in ip_reass_chain_frag_into_datagram_and_validate()
546 len = lwip_ntohs(IPH_LEN(fraghdr)); in ip4_reass()