Searched refs:client_scid (Results 1 – 1 of 1) sorted by relevance
7992 let mut client_scid = [0; 16]; in with_config() localVariable7993 rand::rand_bytes(&mut client_scid[..]); in with_config()7994 let client_scid = ConnectionId::from_ref(&client_scid); in with_config() localVariable8005 &client_scid, in with_config()8023 let mut client_scid = vec![0; client_scid_len]; in with_config_and_scid_lengths() localVariable8024 rand::rand_bytes(&mut client_scid[..]); in with_config_and_scid_lengths()8025 let client_scid = ConnectionId::from_ref(&client_scid); in with_config_and_scid_lengths() localVariable8036 &client_scid, in with_config_and_scid_lengths()8052 let mut client_scid = [0; 16]; in with_client_config() localVariable8053 rand::rand_bytes(&mut client_scid[..]); in with_client_config()[all …]