Searched refs:pipe_with_exchanged_cids (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/quiche/src/ |
D | lib.rs | 14470 fn pipe_with_exchanged_cids( in pipe_with_exchanged_cids() function 14643 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 1); in losing_probing_packets() 14708 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 1); in failed_path_validation() 14793 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 1); in path_validation_limited_mtu() 14844 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 1); in path_probing_dos() 14910 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 1); in retiring_active_path_dcid() 14940 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 3); in send_on_path_test() 15075 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 2); in connection_migration() 15288 let mut pipe = pipe_with_exchanged_cids(&mut config, 0, 16, 1); in connection_migration_zero_length_cid() 15365 let mut pipe = pipe_with_exchanged_cids(&mut config, 16, 16, 1); in connection_migration_reordered_non_probing() [all …]
|