Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c318 if (IPH_LEN(ip) != IPH_LEN(&cs->cs_ip) && in vj_compress_tcp()
319 ntohs(IPH_LEN(&cs->cs_ip)) == hlen) { in vj_compress_tcp()
334 if (deltaS == deltaA && deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) { in vj_compress_tcp()
342 if (deltaS == ntohs(IPH_LEN(&cs->cs_ip)) - hlen) { in vj_compress_tcp()
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()
/external/syslinux/core/lwip/src/core/ipv4/
Dip.c272 iphdr_len = ntohs(IPH_LEN(iphdr));
440 …ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), …
830 ntohs(IPH_LEN(iphdr))));
Dip_frag.c341 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4; in ip_reass_chain_frag_into_datagram_and_validate()
498 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4; in ip_reass()
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h147 #define IPH_LEN(hdr) ((hdr)->_len) macro
/external/syslinux/core/lwip/src/netif/
Dundiif.c304 ntohs(IPH_LEN(iphdr)), ntohs(IPH_ID(iphdr)), in snprintf_ip_hdr()
/external/syslinux/core/lwip/src/api/
Dapi_msg.c184 const struct udp_hdr* udphdr = (void*)(((char*)iphdr) + IPH_LEN(iphdr));