Searched refs:server_scid (Results 1 – 1 of 1) sorted by relevance
7997 let mut server_scid = [0; 16]; in with_config() localVariable7998 rand::rand_bytes(&mut server_scid[..]); in with_config()7999 let server_scid = ConnectionId::from_ref(&server_scid); in with_config() localVariable8011 &server_scid, in with_config()8028 let mut server_scid = vec![0; server_scid_len]; in with_config_and_scid_lengths() localVariable8029 rand::rand_bytes(&mut server_scid[..]); in with_config_and_scid_lengths()8030 let server_scid = ConnectionId::from_ref(&server_scid); in with_config_and_scid_lengths() localVariable8042 &server_scid, in with_config_and_scid_lengths()8057 let mut server_scid = [0; 16]; in with_client_config() localVariable8058 rand::rand_bytes(&mut server_scid[..]); in with_client_config()[all …]