Home
last modified time | relevance | path

Searched refs:tcphdr (Results 1 – 16 of 16) sorted by relevance

/external/android-clat/
Ddump.h25 void dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip,
33 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6,
Ddump.c165 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()
Dtranslate.h78 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,
Dtranslate.c367 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()
Dipv4.c128 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum, in ipv4_packet()
Dipv6.c160 iov_len = tcp_packet(out, pos + 2, (const struct tcphdr *) next_header, old_sum, new_sum, in ipv6_packet()
Dclatd_test.cpp548 return ((struct tcphdr *) payload)->check; in get_transport_checksum()
/external/tcpdump/
Dprint-tcp.c62 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));
Dprint-sl.c152 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()
Dtcp.h41 struct tcphdr { struct
/external/kernel-headers/original/uapi/linux/
Dtcp.h24 struct tcphdr { struct
65 struct tcphdr hdr; argument
/external/iproute2/include/netinet/
Dtcp.h63 struct tcphdr struct
90 struct tcphdr argument
/external/iproute2/include/linux/
Dtcp.h24 struct tcphdr { struct
65 struct tcphdr hdr; argument
/external/iptables/include/linux/netfilter/
Dxt_osf.h85 struct tcphdr tcp;
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_osf.h84 struct tcphdr tcp;
/external/llvm/test/CodeGen/X86/
D2009-04-29-LinearScanBug.ll27 %23 = type { %struct.tcphdr* }
101 %struct.tcphdr = type { i16, i16, i32, i32, i8, i8, i16, i16, i16 }