PACKET_PUBLIC_FLAGS_RST  536 net/quic/quic_framer.cc   uint8 flags = static_cast<uint8>(PACKET_PUBLIC_FLAGS_RST |
PACKET_PUBLIC_FLAGS_RST  771 net/quic/quic_framer.cc     public_flags |= PACKET_PUBLIC_FLAGS_RST;
PACKET_PUBLIC_FLAGS_RST  894 net/quic/quic_framer.cc   public_header->reset_flag = (public_flags & PACKET_PUBLIC_FLAGS_RST) != 0;