Home
last modified time | relevance | path

Searched refs:connection_options_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
Dquic_config.cc429 connection_options_(kCOPT, PRESENCE_OPTIONAL), in QuicConfig()
463 connection_options_.SetSendValues(connection_options); in SetConnectionOptionsToSend()
467 return connection_options_.HasReceivedValues(); in HasReceivedConnectionOptions()
471 return connection_options_.GetReceivedValues(); in ReceivedConnectionOptions()
475 return connection_options_.HasSendValues(); in HasSendConnectionOptions()
479 return connection_options_.GetSendValues(); in SendConnectionOptions()
684 connection_options_.ToHandshakeMessage(out); in ToHandshakeMessage()
739 error = connection_options_.ProcessPeerHello( in ProcessPeerHello()
Dquic_config.h377 QuicFixedTagVector connection_options_; variable
/external/chromium_org/net/quic/test_tools/
Dquic_config_peer.cc50 config->connection_options_.SetReceivedValues(options); in SetReceivedConnectionOptions()