Home
last modified time | relevance | path

Searched refs:tcp_packet (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/
H A Dtcp_packet.cc59 TCPv6Packet tcp_packet{}; in CreateTcpResetPacket() local
64 tcp_packet.ip_header.ip6_vfc = 0x6 << 4; in CreateTcpResetPacket()
66 tcp_packet.ip_header.ip6_plen = in CreateTcpResetPacket()
68 tcp_packet.ip_header.ip6_nxt = IPPROTO_TCP; in CreateTcpResetPacket()
69 tcp_packet.ip_header.ip6_hops = kTcpTtl; in CreateTcpResetPacket()
72 tcp_packet.ip_header.ip6_src = ip6_header->ip6_dst; in CreateTcpResetPacket()
73 tcp_packet.ip_header.ip6_dst = ip6_header->ip6_src; in CreateTcpResetPacket()
76 tcp_packet.tcp_header.dest = tcp_header->source; in CreateTcpResetPacket()
77 tcp_packet.tcp_header.source = tcp_header->dest; in CreateTcpResetPacket()
80 tcp_packet.tcp_header.doff = sizeof(tcphdr) >> 2; in CreateTcpResetPacket()
[all …]
/aosp_15_r20/packages/modules/Connectivity/clatd/
Dtranslate.h79 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, uint32_t old_sum,
Dipv4.c129 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv4_packet()
Dipv6.c160 tcp_packet(out, pos + 2, (const struct tcphdr *)next_header, old_sum, new_sum, len_left); in ipv6_packet()
Dtranslate.c365 int tcp_packet(clat_packet out, clat_packet_index pos, const struct tcphdr *tcp, uint32_t old_sum, in tcp_packet() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/build/
H A Dsource_list.bzl1566 "quic/qbone/platform/tcp_packet.h",
1600 "quic/qbone/platform/tcp_packet.cc",
H A Dsource_list.gni1570 "src/quiche/quic/qbone/platform/tcp_packet.h",
1604 "src/quiche/quic/qbone/platform/tcp_packet.cc",