Home
last modified time | relevance | path

Searched defs:max_packet_length (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_coalesced_packet.h66 QuicPacketLength max_packet_length() const { return max_packet_length_; } in max_packet_length() function
H A Dquic_mtu_discovery.cc18 QuicByteCount max_packet_length, QuicByteCount target_max_packet_length) { in Enable()
H A Dquic_packet_creator.h316 QuicByteCount max_packet_length() const { return max_packet_length_; } in max_packet_length() function
H A Dquic_sent_packet_manager.h289 QuicByteCount max_packet_length) const { in EstimateMaxPacketsInFlight()
H A Dquic_connection.cc4711 QuicByteCount QuicConnection::max_packet_length() const { in max_packet_length() function in quic::QuicConnection
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_session_pool.cc1398 quic::QuicPacketLength max_packet_length = in CreateSessionOnProxyStream() local
1425 quic::QuicPacketLength max_packet_length, in FinishCreateSession()
1460 quic::QuicPacketLength max_packet_length, in CreateSessionHelper()
H A Dquic_context.h100 size_t max_packet_length = quic::kDefaultMaxPacketSize; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc1370 BT_HDR* l2c_fcr_get_next_xmit_sdu_seg(tL2C_CCB* p_ccb, uint16_t max_packet_length) { in l2c_fcr_get_next_xmit_sdu_seg()
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dpcapng_block.rs291 let max_packet_length = self.max_truncated_packet_length()?; in into_le_bytes() localVariable