Searched refs:TCPH_HDRLEN (Results 1 – 3 of 3) sorted by relevance
85 #define TCPH_HDRLEN(phdr) ((u16_t)(lwip_ntohs((phdr)->_hdrlen_rsvd_flags) >> 12)) macro86 #define TCPH_HDRLEN_BYTES(phdr) ((u8_t)(TCPH_HDRLEN(phdr) << 2))
196 hlen = ilen + TCPH_HDRLEN(th); in vj_compress_tcp()291 || TCPH_HDRLEN(th) != TCPH_HDRLEN(oth) in vj_compress_tcp()293 || (TCPH_HDRLEN(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_HDRLEN(th) - 5) << 2))) { in vj_compress_tcp()
2600 TCPH_HDRLEN(tcphdr),