Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_framer.cc497 uint8 flags = static_cast<uint8>(PACKET_PUBLIC_FLAGS_RST | in BuildPublicResetPacket()
714 public_flags |= PACKET_PUBLIC_FLAGS_RST; in AppendPacketHeader()
861 public_header->reset_flag = (public_flags & PACKET_PUBLIC_FLAGS_RST) != 0; in ProcessPublicHeader()
Dquic_protocol.h237 PACKET_PUBLIC_FLAGS_RST = 1 << 1, enumerator