Home
last modified time | relevance | path

Searched refs:idle_connection_state_lifetime_seconds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config.cc228 idle_connection_state_lifetime_seconds_( in QuicConfig()
256 idle_connection_state_lifetime_seconds_.set( in set_idle_connection_state_lifetime()
263 idle_connection_state_lifetime_seconds_.GetUint32()); in idle_connection_state_lifetime()
313 idle_connection_state_lifetime_seconds_.negotiated() && in negotiated()
327 idle_connection_state_lifetime_seconds_.set(kDefaultTimeoutSecs, in SetDefaults()
341 idle_connection_state_lifetime_seconds_.ToHandshakeMessage(out); in ToHandshakeMessage()
359 error = idle_connection_state_lifetime_seconds_.ProcessClientHello( in ProcessClientHello()
391 error = idle_connection_state_lifetime_seconds_.ProcessServerHello( in ProcessServerHello()
Dquic_config.h197 QuicNegotiableUint32 idle_connection_state_lifetime_seconds_; variable