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

1 2 3 45

  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th;
  /external/tcpdump/
print-sl.c 152 hlen += TH_OFF((struct tcphdr *)&((int *)ip)[hlen]);
245 hlen += TH_OFF((struct tcphdr *)&((int32_t *)ip)[hlen]);
print-tcp.c 62 const struct ip *ip, const struct tcphdr *tp,
145 register const struct tcphdr *tp,
157 register const struct tcphdr *tp;
171 tp = (struct tcphdr *)bp;
804 const struct ip *ip, const struct tcphdr *tp,
807 struct tcphdr tp1;
    [all...]
  /external/android-clat/
ipv6.c 160 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum,
clatd_test.cpp 548 return ((struct tcphdr *) payload)->check;
    [all...]

Completed in 393 milliseconds

1 2 3 45