HomeSort by relevance Sort by last modified time
    Searched refs:TCPH_HDRLEN (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/core/
tcp_in.c 156 hdrlen = TCPH_HDRLEN(tcphdr);
    [all...]
tcp_out.c     [all...]
tcp.c     [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 174 #define TCPH_HDRLEN(phdr) (ntohs((phdr)->_hdrlen_rsvd_flags) >> 12)

Completed in 837 milliseconds