Searched refs:IPH_HL (Results 1 – 8 of 8) sorted by relevance
142 register u_short hlen = IPH_HL(ip); in vj_compress_tcp()180 || *(long *)th != ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) { in vj_compress_tcp()201 && *(long *)th == ((long *)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]) { in vj_compress_tcp()434 hlen = IPH_HL(ip) << 2; in vj_uncompress_uncomp()502 hlen = IPH_HL(&cs->cs_ip) << 2; in vj_uncompress_tcp()
169 if (p->tot_len < (IPH_HL(iphdr) * 4 + UDP_HLEN) || pbuf_header(p, -(s16_t)(IPH_HL(iphdr) * 4))) {378 pbuf_header(p, (s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN));386 pbuf_header(q, -(s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN));396 pbuf_header(p, -(s16_t)((IPH_HL(iphdr) * 4) + UDP_HLEN));418 pbuf_header(p, (IPH_HL(iphdr) * 4) + UDP_HLEN);
109 tcphdr = (struct tcp_hdr *)((u8_t *)p->payload + IPH_HL(iphdr) * 4); in tcp_input()116 if (pbuf_header(p, -((s16_t)(IPH_HL(iphdr) * 4))) || (p->tot_len < sizeof(struct tcp_hdr))) { in tcp_input()
341 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4; in ip_reass_chain_frag_into_datagram_and_validate()491 if ((IPH_HL(fraghdr) * 4) != IP_HLEN) { in ip_reass()498 len = ntohs(IPH_LEN(fraghdr)) - IPH_HL(fraghdr) * 4; in ip_reass()
92 hlen = IPH_HL(iphdr) * 4; in icmp_input()
338 iphdr_hlen = IPH_HL(iphdr);895 IPH_HL(iphdr),
400 if (pbuf_header(p, -(s16_t)(IPH_HL(iphdr) * 4)) || (p->len < IGMP_MINLEN)) { in igmp_input()
147 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) macro
Completed in 12 milliseconds