Home
last modified time | relevance | path

Searched defs:PathState (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection.h1479 struct QUICHE_EXPORT PathState { struct
1482 PathState(const QuicSocketAddress& alternative_self_address, in PathState() function
1495 PathState& operator=(PathState&& other); argument
1500 QuicSocketAddress self_address;
1502 QuicSocketAddress peer_address;
1503 QuicConnectionId client_connection_id;
1504 QuicConnectionId server_connection_id;
1505 std::optional<StatelessResetToken> stateless_reset_token;
1510 bool validated = false;
1513 QuicByteCount bytes_received_before_address_validation = 0;
[all …]
H A Dquic_connection.cc7112 QuicConnection::PathState::PathState(PathState&& other) { in PathState() function in quic::QuicConnection::PathState
/aosp_15_r20/external/rust/crates/quiche/src/
Dpath.rs43 pub enum PathState { enum
60 impl PathState { impl
284 fn promote_to(&mut self, state: PathState) { in promote_to()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dpath.rs43 pub enum PathState { enum
60 impl PathState { impl
284 fn promote_to(&mut self, state: PathState) { in promote_to()