Searched defs:QuicTag (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_protocol.h41 // QuicTag is the type of a tag in the wire protocol.
42 typedef uint32 QuicTag; typedef in namespace:net
43 typedef std::vector<QuicTag> QuicTagVector;
209 // QuicTag is written to and read from the wire, but we prefer to use
211 // Helper function which translates from a QuicVersion to a QuicTag. Returns 0
213 NET_EXPORT_PRIVATE QuicTag QuicVersionToQuicTag(const QuicVersion version);
215 // Returns appropriate QuicVersion from a QuicTag.
217 NET_EXPORT_PRIVATE QuicVersion QuicTagToQuicVersion(const QuicTag version_tag);
237 NET_EXPORT_PRIVATE QuicTag MakeQuicTag(char a, char b, char c, char d);

Completed in 64 milliseconds