HomeSort by relevance Sort by last modified time
    Searched refs:tcphdr (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/libppp/src/
tcpmss.c 73 #define MAXMSS(mtu) ((mtu) - sizeof(struct ip) - sizeof(struct tcphdr) - 12)
99 MSSFixup(struct tcphdr *tc, size_t pktlen, u_int16_t maxmss)
109 if (hlen <= sizeof(struct tcphdr) || hlen > pktlen)
116 for (olen = hlen - sizeof(struct tcphdr), opt = (u_char *)(tc + 1);
163 plen >= sizeof(struct tcphdr) + hlen)
164 MSSFixup((struct tcphdr *)(MBUF_CTOP(bp) + hlen), plen - hlen,
slcompress.c 165 register struct tcphdr *oth;
166 register struct tcphdr *th;
183 th = (struct tcphdr *) & ((int *) ip)[hlen];
265 oth = (struct tcphdr *) & ((int *) &cs->cs_ip)[hlen];
435 register struct tcphdr *th;
455 if ((int)(hlen + sizeof(struct tcphdr)) > len)
457 th = (struct tcphdr *) & ((char *) ip)[hlen];
502 th = (struct tcphdr *) & ((u_char *) & cs->cs_ip)[hlen];
  /external/android-clat/
dump.h 24 void dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, const char *payload, size_t payload_size, const char *options, size_t options_size);
29 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6, const char *payload, size_t payload_size, const char *options, size_t options_size);
translate.h 57 int tcp_packet(clat_packet out, int pos, const struct tcphdr *tcp, uint32_t checksum, size_t len);
60 int tcp_translate(clat_packet out, int pos, const struct tcphdr *tcp, size_t header_size,
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
tcp.h 74 #define tcp6hdr tcphdr /* for KAME src sync over BSD*'s */
80 struct tcphdr { struct
156 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr))
  /external/tcpdump/
tcp.h 42 struct tcphdr { struct
  /bionic/libc/kernel/common/linux/
tcp.h 24 struct tcphdr { struct
67 struct tcphdr hdr;
  /development/ndk/platforms/android-3/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tcp.h 24 struct tcphdr { struct
65 struct tcphdr hdr;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 24 struct tcphdr { struct
65 struct tcphdr hdr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 24 struct tcphdr { struct
65 struct tcphdr hdr;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;

Completed in 2848 milliseconds

1 2 3 4 5