OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCHLO
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/quic/
quic_crypto_client_stream_test.cc
111
message_.set_tag(
kCHLO
);
124
message_.set_tag(
kCHLO
);
quic_crypto_server_stream.cc
36
if (message.tag() !=
kCHLO
) {
quic_crypto_server_stream_test.cc
214
message_.set_tag(
kCHLO
);
/external/chromium_org/net/quic/crypto/
crypto_protocol.h
31
const QuicTag
kCHLO
= TAG('C', 'H', 'L', 'O'); // Client hello
crypto_handshake.cc
555
out->set_tag(
kCHLO
);
Completed in 49 milliseconds