Home
last modified time | relevance | path

Searched refs:new_connection_id (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/security_key/
H A Dsecurity_key_auth_handler_win.cc191 int new_connection_id = ++last_connection_id_; in StartIpcServerChannel() local
193 new_connection_id, client_session_details_, disconnect_timeout_, in StartIpcServerChannel()
199 base::Unretained(this), new_connection_id))); in StartIpcServerChannel()
202 active_channels_[new_connection_id] = std::move(ipc_server); in StartIpcServerChannel()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/tests/
H A Dpriority.rs233 assert_eq!(stats_after.new_connection_id, 0); in critical()
247 assert_eq!(stats_after.new_connection_id, 0); in critical()
284 assert_eq!(stats_after.new_connection_id, 0); in important()
299 assert_eq!(stats_after.new_connection_id, 0); in important()
337 assert_eq!(stats_after.new_connection_id, 0); in high_normal()
354 assert_ne!(stats_after.new_connection_id, 0); // Note: > 0 in high_normal()
H A Dmigration.rs820 let new_cid_before = client.stats().frame_rx.new_connection_id; in retire_all()
825 client.stats().frame_rx.new_connection_id, in retire_all()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/connection/tests/
H A Dpriority.rs233 assert_eq!(stats_after.new_connection_id, 0); in critical()
247 assert_eq!(stats_after.new_connection_id, 0); in critical()
284 assert_eq!(stats_after.new_connection_id, 0); in important()
299 assert_eq!(stats_after.new_connection_id, 0); in important()
337 assert_eq!(stats_after.new_connection_id, 0); in high_normal()
354 assert_ne!(stats_after.new_connection_id, 0); // Note: > 0 in high_normal()
H A Dmigration.rs820 let new_cid_before = client.stats().frame_rx.new_connection_id; in retire_all()
825 client.stats().frame_rx.new_connection_id, in retire_all()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/connection/tests/
H A Dpriority.rs233 assert_eq!(stats_after.new_connection_id, 0); in critical()
247 assert_eq!(stats_after.new_connection_id, 0); in critical()
284 assert_eq!(stats_after.new_connection_id, 0); in important()
299 assert_eq!(stats_after.new_connection_id, 0); in important()
337 assert_eq!(stats_after.new_connection_id, 0); in high_normal()
354 assert_ne!(stats_after.new_connection_id, 0); // Note: > 0 in high_normal()
H A Dmigration.rs820 let new_cid_before = client.stats().frame_rx.new_connection_id; in retire_all()
825 client.stats().frame_rx.new_connection_id, in retire_all()
/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_conn_test.c4678 fr.new_connection_id.seq = 1; in test_ngtcp2_conn_recv_new_connection_id()
4700 fr.new_connection_id.seq = 2; in test_ngtcp2_conn_recv_new_connection_id()
4743 fr.new_connection_id.seq = 2; in test_ngtcp2_conn_recv_new_connection_id()
4769 fr.new_connection_id.seq = 1; in test_ngtcp2_conn_recv_new_connection_id()
4834 fr.new_connection_id.seq = 3; in test_ngtcp2_conn_recv_new_connection_id()
4894 fr.new_connection_id.seq = 2; in test_ngtcp2_conn_recv_new_connection_id()
4960 fr.new_connection_id.seq = 3; in test_ngtcp2_conn_recv_new_connection_id()
5208 fr.new_connection_id.seq = 1; in test_ngtcp2_conn_server_path_validation()
5307 fr.new_connection_id.seq = 1; in test_ngtcp2_conn_client_connection_migration()
5336 fr.new_connection_id.seq = 1; in test_ngtcp2_conn_client_connection_migration()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dstats.rs41 pub new_connection_id: usize, field
84 self.new_connection_id, in fmt()
H A Dqlog.rs396 } => QuicFrame::new_connection_id( in frame_to_qlogframe()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dstats.rs41 pub new_connection_id: usize, field
84 self.new_connection_id, in fmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_dispatcher.cc409 QuicConnectionId new_connection_id; in MaybeReplaceServerConnectionId() local
411 new_connection_id = ReplaceShortServerConnectionId( in MaybeReplaceServerConnectionId()
414 DCHECK_EQ(new_connection_id, ReplaceShortServerConnectionId( in MaybeReplaceServerConnectionId()
418 new_connection_id = ReplaceLongServerConnectionId( in MaybeReplaceServerConnectionId()
421 DCHECK_EQ(new_connection_id, ReplaceLongServerConnectionId( in MaybeReplaceServerConnectionId()
425 DCHECK_EQ(expected_server_connection_id_length_, new_connection_id.length()); in MaybeReplaceServerConnectionId()
428 << " with " << new_connection_id; in MaybeReplaceServerConnectionId()
429 return new_connection_id; in MaybeReplaceServerConnectionId()
H A Dquic_time_wait_list_manager.cc95 const bool new_connection_id = it == connection_id_map_.end(); in AddConnectionIdToTimeWait() local
96 if (!new_connection_id) { // Replace record if it is reinserted. in AddConnectionIdToTimeWait()
108 if (new_connection_id) { in AddConnectionIdToTimeWait()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dstats.rs43 pub new_connection_id: usize, field
87 self.new_connection_id, in fmt()
H A Dqlog.rs396 } => QuicFrame::new_connection_id( in frame_to_qlogframe()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_time_wait_list_manager.cc79 const bool new_connection_id = it == connection_id_map_.end(); in AddConnectionIdToTimeWait() local
80 if (!new_connection_id) { // Replace record if it is reinserted. in AddConnectionIdToTimeWait()
96 if (new_connection_id) { in AddConnectionIdToTimeWait()
H A Dquic_dispatcher.cc319 QuicConnectionId new_connection_id = in MaybeReplaceServerConnectionId() local
321 DCHECK_EQ(expected_server_connection_id_length_, new_connection_id.length()); in MaybeReplaceServerConnectionId()
324 DCHECK_EQ(new_connection_id, in MaybeReplaceServerConnectionId()
328 << " with " << new_connection_id; in MaybeReplaceServerConnectionId()
329 return new_connection_id; in MaybeReplaceServerConnectionId()
/dports/www/h2o-devel/h2o-dcc7134/include/h2o/
H A Dhttp3_common.h206 func(num_frames_sent.new_connection_id, "num-frames-sent.new_connection_id") \
230 func(num_frames_received.new_connection_id, "num-frames-received.new_connection_id") \
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dquic_frame-t.h230 struct quic_new_connection_id new_connection_id; member
H A Dxprt_quic-t.h482 struct quic_new_connection_id new_connection_id; member
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/include/quicly/
H A Dsentmap.h159 } new_connection_id; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_test_packet_printer.cc42 QuicConnectionId new_connection_id, in OnRetryPacket() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_test_packet_printer.cc42 QuicConnectionId new_connection_id, in OnRetryPacket() argument
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dquic_frame.c612 struct quic_new_connection_id *new_cid = &frm->new_connection_id; in quic_build_new_connection_id_frame()
637 struct quic_new_connection_id *new_cid = &frm->new_connection_id; in quic_parse_new_connection_id_frame()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_pkt.h323 ngtcp2_new_connection_id new_connection_id; member

123