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

/external/chromium_org/net/quic/
H A Dquic_packet_creator.h211 size_t max_packet_length() const { function in class:net::QuicPacketCreator
H A Dquic_packet_generator.cc362 size_t QuicPacketGenerator::max_packet_length() const { function in class:net::QuicPacketGenerator
363 return packet_creator_.max_packet_length();
H A Dquic_stream_factory.cc490 size_t max_packet_length,
507 max_packet_length_(max_packet_length),
480 QuicStreamFactory( HostResolver* host_resolver, ClientSocketFactory* client_socket_factory, base::WeakPtr<HttpServerProperties> http_server_properties, CertVerifier* cert_verifier, ChannelIDService* channel_id_service, TransportSecurityState* transport_security_state, QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory, QuicRandom* random_generator, QuicClock* clock, size_t max_packet_length, const std::string& user_agent_id, const QuicVersionVector& supported_versions, bool enable_port_selection, bool enable_time_based_loss_detection, bool always_require_handshake_confirmation, bool disable_connection_pooling, const QuicTagVector& connection_options) argument
H A Dquic_connection.cc1091 stats_.max_packet_size = packet_generator_.max_packet_length();
1222 last_size_ > packet_generator_.max_packet_length()) {
1389 DCHECK_LE(encrypted->length(), packet_generator_.max_packet_length());
1849 size_t QuicConnection::max_packet_length() const { function in class:net::QuicConnection
1850 return packet_generator_.max_packet_length();
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.cc116 uint16_t max_packet_length,
131 VerifyAndAllocatePacketLength(max_packet_length);
114 PutRTPPacket(const uint8_t* packet, uint16_t packet_length, uint16_t max_packet_length, int64_t capture_time_ms, StorageType type) argument
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c1624 BT_HDR *l2c_fcr_get_next_xmit_sdu_seg (tL2C_CCB *p_ccb, UINT16 max_packet_length) argument
1663 /* For BD/EDR controller, max_packet_length is set to 0 */
1664 /* For AMP controller, max_packet_length is set by available blocks */
1665 if ( (max_packet_length > L2CAP_MAX_HEADER_FCS)
1666 && (max_pdu + L2CAP_MAX_HEADER_FCS > max_packet_length) )
1668 max_pdu = max_packet_length - L2CAP_MAX_HEADER_FCS;
/external/chromium_org/chrome/browser/
H A Dio_thread.cc1196 size_t max_packet_length = GetQuicMaxPacketLength(command_line, local
1199 if (max_packet_length != 0) {
1200 globals->quic_max_packet_length.set(max_packet_length);
1397 "max_packet_length"),

Completed in 2522 milliseconds