Home
last modified time | relevance | path

Searched refs:TCPH_OFFSET (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c216 hlen += TCPH_OFFSET(th); in vj_compress_tcp()
239 hlen += TCPH_OFFSET(th); in vj_compress_tcp()
261 || TCPH_OFFSET(th) != TCPH_OFFSET(oth) in vj_compress_tcp()
263 || (TCPH_OFFSET(th) > 5 && BCMP(th + 1, oth + 1, (TCPH_OFFSET(th) - 5) << 2))) { in vj_compress_tcp()
437 || (hlen += TCPH_OFFSET(((struct tcp_hdr *)&((char *)ip)[hlen])) << 2) in vj_uncompress_uncomp()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h173 #define TCPH_OFFSET(phdr) (ntohs((phdr)->_hdrlen_rsvd_flags) >> 8) macro