/external/android-clat/ |
D | dump.h | 25 void dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, 33 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6,
|
D | dump.c | 165 void dump_tcp_generic(const struct tcphdr *tcp, const uint8_t *options, size_t options_size, uint32… in dump_tcp_generic() 168 temp_checksum = ip_checksum_add(temp_checksum, tcp, sizeof(struct tcphdr)); in dump_tcp_generic() 206 void dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, in dump_tcp() 216 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6, in dump_tcp6()
|
D | translate.h | 78 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, 83 int tcp_translate(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp,
|
D | translate.c | 367 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, in tcp_packet() 372 if(len < sizeof(struct tcphdr)) { in tcp_packet() 444 int tcp_translate(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, in tcp_translate() 447 struct tcphdr *tcp_targ = out[pos].iov_base; in tcp_translate()
|
D | ipv4.c | 128 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum, in ipv4_packet()
|
D | ipv6.c | 160 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum, in ipv6_packet()
|
D | clatd_test.cpp | 548 return ((struct tcphdr *) payload)->check; in get_transport_checksum()
|
/external/tcpdump/ |
D | print-tcp.c | 62 const struct ip *ip, const struct tcphdr *tp, 145 register const struct tcphdr *tp, in tcp_cksum() 157 register const struct tcphdr *tp; 171 tp = (struct tcphdr *)bp; 804 const struct ip *ip, const struct tcphdr *tp, 807 struct tcphdr tp1; 871 MD5_Update(&ctx, (char *)&tp1, sizeof(struct tcphdr));
|
D | print-sl.c | 152 hlen += TH_OFF((struct tcphdr *)&((int *)ip)[hlen]); in sliplink_print() 245 hlen += TH_OFF((struct tcphdr *)&((int32_t *)ip)[hlen]); in compressed_sl_print()
|
D | tcp.h | 41 struct tcphdr { struct
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 65 struct tcphdr hdr; argument
|
/external/iproute2/include/netinet/ |
D | tcp.h | 63 struct tcphdr struct 90 struct tcphdr argument
|
/external/iproute2/include/linux/ |
D | tcp.h | 24 struct tcphdr { struct 65 struct tcphdr hdr; argument
|
/external/iptables/include/linux/netfilter/ |
D | xt_osf.h | 85 struct tcphdr tcp;
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_osf.h | 84 struct tcphdr tcp;
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 27 %23 = type { %struct.tcphdr* } 101 %struct.tcphdr = type { i16, i16, i32, i32, i8, i8, i16, i16, i16 }
|