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

/external/chromium_org/net/quic/
H A Dquic_config.cc41 void QuicNegotiableUint32::ToHandshakeMessage( function in class:net::QuicNegotiableUint32
136 void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicNegotiableTag
310 // of them in negotiated, ToHandshakeMessage, ProcessClientHello, and
339 void QuicConfig::ToHandshakeMessage(CryptoHandshakeMessage* out) const { function in class:net::QuicConfig
340 congestion_control_.ToHandshakeMessage(out);
341 idle_connection_state_lifetime_seconds_.ToHandshakeMessage(out);
342 keepalive_timeout_seconds_.ToHandshakeMessage(out);
343 max_streams_per_connection_.ToHandshakeMessage(out);
344 server_initial_congestion_window_.ToHandshakeMessage(out);
346 initial_round_trip_time_us_.ToHandshakeMessage(ou
[all...]

Completed in 100 milliseconds