Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/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()
/external/syslinux/core/lwip/src/core/ipv4/
Dip_frag.c105 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0
526 ntohs(IPH_ID(fraghdr)))); in ip_reass()
Dip.c440 …ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), …
833 ntohs(IPH_ID(iphdr)),
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h148 #define IPH_ID(hdr) ((hdr)->_id) macro
/external/syslinux/core/lwip/src/netif/
Dundiif.c304 ntohs(IPH_LEN(iphdr)), ntohs(IPH_ID(iphdr)), in snprintf_ip_hdr()