OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSourceAddressTokenTag
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_protocol.h
136
const QuicTag
kSourceAddressTokenTag
=
quic_crypto_client_config.cc
313
out->SetStringPiece(
kSourceAddressTokenTag
, cached->source_address_token());
556
if (rej.GetStringPiece(
kSourceAddressTokenTag
, &token)) {
643
if (server_hello.GetStringPiece(
kSourceAddressTokenTag
, &token)) {
quic_crypto_server_config.cc
742
out->SetStringPiece(
kSourceAddressTokenTag
,
917
if (client_hello.GetStringPiece(
kSourceAddressTokenTag
, &srct)) {
[
all
...]
crypto_server_test.cc
131
ASSERT_TRUE(out_.GetStringPiece(
kSourceAddressTokenTag
, &srct));
Completed in 3393 milliseconds