Searched refs:IPH_HL (Results 1 – 3 of 3) sorted by relevance
107 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) macro108 #define IPH_HL_BYTES(hdr) ((u8_t)(IPH_HL(hdr) * 4))
165 u16_t ilen = IPH_HL(ip); in vj_compress_tcp()223 || (*(struct vj_u32_t*)th).v != (((struct vj_u32_t*)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]).v) { in vj_compress_tcp()244 && (*(struct vj_u32_t*)th).v == (((struct vj_u32_t*)&cs->cs_ip)[IPH_HL(&cs->cs_ip)]).v) { in vj_compress_tcp()466 hlen = IPH_HL(ip) << 2; in vj_uncompress_uncomp()535 hlen = IPH_HL(&cs->cs_ip) << 2; in vj_uncompress_tcp()
1147 (u16_t)IPH_HL(iphdr),