Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dtcp.h85 #define TCPH_HDRLEN(phdr) ((u16_t)(lwip_ntohs((phdr)->_hdrlen_rsvd_flags) >> 12)) macro
86 #define TCPH_HDRLEN_BYTES(phdr) ((u8_t)(TCPH_HDRLEN(phdr) << 2))
/third_party/lwip/src/netif/ppp/
Dvj.c196 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()
/third_party/lwip/src/core/
Dtcp.c2600 TCPH_HDRLEN(tcphdr),