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

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

Completed in 238 milliseconds