Home
last modified time | relevance | path

Searched refs:IPH_HL (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dip4.h107 #define IPH_HL(hdr) ((hdr)->_v_hl & 0x0f) macro
108 #define IPH_HL_BYTES(hdr) ((u8_t)(IPH_HL(hdr) * 4))
/third_party/lwip/src/netif/ppp/
Dvj.c165 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()
/third_party/lwip/src/core/ipv4/
Dip4.c1147 (u16_t)IPH_HL(iphdr),