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

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream_test.cc175 CryptoHandshakeMessage server_config_update; local
176 server_config_update.set_tag(kSCUP);
177 server_config_update.SetValue(kSourceAddressTokenTag, stk);
178 server_config_update.SetValue(kSCFG, scfg);
181 CryptoFramer::ConstructHandshakeMessage(server_config_update));
196 CryptoHandshakeMessage server_config_update; local
197 server_config_update.set_tag(kSCUP);
199 CryptoFramer::ConstructHandshakeMessage(server_config_update));
H A Dquic_crypto_client_stream.cc143 const CryptoHandshakeMessage& server_config_update) {
144 DCHECK(server_config_update.tag() == kSCUP);
149 server_config_update,
142 HandleServerConfigUpdateMessage( const CryptoHandshakeMessage& server_config_update) argument
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.cc765 const CryptoHandshakeMessage& server_config_update,
772 if (server_config_update.tag() != kSCUP) {
777 return CacheNewServerConfig(server_config_update, now,
764 ProcessServerConfigUpdate( const CryptoHandshakeMessage& server_config_update, QuicWallTime now, CachedState* cached, QuicCryptoNegotiatedParameters* out_params, string* error_details) argument

Completed in 732 milliseconds