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

1 2

  /external/tcpdump/
tcp.h 42 struct tcphdr { struct
print-sl.c 146 hlen += TH_OFF((struct tcphdr *)&((int *)ip)[hlen]);
236 hlen += TH_OFF((struct tcphdr *)&((int32_t *)ip)[hlen]);
print-tcp.c 62 static int tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp,
115 register const struct tcphdr *tp,
146 static int tcp6_cksum(const struct ip6_hdr *ip6, const struct tcphdr *tp,
194 register const struct tcphdr *tp;
206 tp = (struct tcphdr *)bp;
735 tcp_verify_signature(const struct ip *ip, const struct tcphdr *tp,
738 struct tcphdr tp1;
789 MD5_Update(&ctx, (char *)&tp1, sizeof(struct tcphdr));
  /bionic/libc/kernel/common/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
skbuff.h 114 struct tcphdr *th;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
skbuff.h 114 struct tcphdr *th;
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
skbuff.h 114 struct tcphdr *th;
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
skbuff.h 114 struct tcphdr *th;
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
skbuff.h 114 struct tcphdr *th;
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
skbuff.h 114 struct tcphdr *th;
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
tcp.h 18 struct tcphdr { struct
54 struct tcphdr hdr;
skbuff.h 114 struct tcphdr *th;
  /external/qemu/slirp/
tcpip.h 41 struct tcphdr ti_t; /* tcp header */
tcp.h 50 struct tcphdr { struct
tcp_output.c 430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2;
466 ti->ti_len = htons((u_int16_t)(sizeof (struct tcphdr) +
  /external/qemu/slirp-android/
tcpip.h 45 struct tcphdr ti_t; /* tcp header */
tcp.h 56 struct tcphdr { struct
tcp_output.c 430 ti->ti_off = (sizeof (struct tcphdr) + optlen) >> 2;
466 ti->ti_len = htons((u_int16_t)(sizeof (struct tcphdr) +
  /external/iproute2/include/netinet/
tcp.h 63 struct tcphdr struct
90 struct tcphdr struct
  /external/kernel-headers/original/linux/
tcp.h 23 struct tcphdr { struct
64 struct tcphdr hdr;

Completed in 560 milliseconds

1 2