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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 87 th_off:4; /* data offset */ member in struct:tcphdr
90 u_int th_off:4, /* data offset */ member in struct:tcphdr
  /external/qemu/slirp/
tcp.h 56 u_int th_off:4, /* data offset */ member in struct:tcphdr
60 th_off:4; /* data offset */ member in struct:tcphdr
tcpip.h 54 #define ti_off ti_t.th_off
  /external/qemu/slirp-android/
tcp.h 62 u_int th_off:4, /* data offset */ member in struct:tcphdr
66 th_off:4; /* data offset */ member in struct:tcphdr
tcpip.h 58 #define ti_off ti_t.th_off
  /external/iproute2/include/netinet/
tcp.h 71 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
74 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h 73 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
76 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 73 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
76 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
tcp.h 73 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
76 u_int8_t th_off:4; /* data offset */ member in struct:tcphdr
  /external/libppp/src/
tcpmss.c 106 hlen = tc->th_off << 2;
slcompress.c 234 #define THOFFSET(th) (th->th_off)
235 hlen += th->th_off;
267 hlen += th->th_off;
ip.c 368 if (datalen < 20 || datalen < (th->th_off << 2)) {
823 len = datalen - (th->th_off << 2);

Completed in 145 milliseconds