Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dvj.c350 deltaS = (u_short)(ntohs(IPH_ID(ip)) - ntohs(IPH_ID(&cs->cs_ip))); in vj_compress_tcp()
551 IPH_ID_SET(&cs->cs_ip, ntohs(IPH_ID(&cs->cs_ip)) + 1); in vj_uncompress_tcp()
552 IPH_ID_SET(&cs->cs_ip, htons(IPH_ID(&cs->cs_ip))); in vj_uncompress_tcp()
/lib/liblwip/src/core/ipv4/
Dip_frag.c105 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0
526 ntohs(IPH_ID(fraghdr)))); in ip_reass()
Dip.c510 …ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), …
900 ntohs(IPH_ID(iphdr)),
/lib/liblwip/src/include/ipv4/lwip/
Dip.h150 #define IPH_ID(hdr) ((hdr)->_id) macro