Searched refs:IPH_ID (Results 1 – 4 of 4) sorted by relevance
350 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()
105 IPH_ID(iphdrA) == IPH_ID(iphdrB)) ? 1 : 0526 ntohs(IPH_ID(fraghdr)))); in ip_reass()
510 …ntohs(IPH_ID(iphdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), …900 ntohs(IPH_ID(iphdr)),
150 #define IPH_ID(hdr) ((hdr)->_id) macro
Completed in 7 milliseconds