Home
last modified time | relevance | path

Searched refs:PACKET_PUBLIC_FLAGS_RST (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_types.h386 PACKET_PUBLIC_FLAGS_RST = 1 << 1, enumerator
Dquic_framer.cc1279 uint8_t flags = static_cast<uint8_t>(PACKET_PUBLIC_FLAGS_RST | in BuildPublicResetPacket()
2165 public_flags |= PACKET_PUBLIC_FLAGS_RST; in AppendPacketHeader()
2416 header->reset_flag = (public_flags & PACKET_PUBLIC_FLAGS_RST) != 0; in ProcessPublicHeader()
2478 !(public_flags & PACKET_PUBLIC_FLAGS_RST) && in ProcessPublicHeader()