Home
last modified time | relevance | path

Searched refs:close_association_pair (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/association/
H A Dassociation_test.rs285 close_association_pair(&br, a0, a1).await; in test_assoc_reliable_simple()
383 close_association_pair(&br, a0, a1).await; in test_assoc_reliable_ordered_reordered()
450 close_association_pair(&br, a0, a1).await; in test_assoc_reliable_ordered_fragmented_then_defragmented()
517 close_association_pair(&br, a0, a1).await; in test_assoc_reliable_unordered_fragmented_then_defragmented()
610 close_association_pair(&br, a0, a1).await; in test_assoc_reliable_unordered_ordered()
691 close_association_pair(&br, a0, a1).await; in test_assoc_reliable_retransmission()
762 close_association_pair(&br, a0, a1).await; in test_assoc_reliable_short_buffer()
847 close_association_pair(&br, a0, a1).await; in test_assoc_unreliable_rexmit_ordered_no_fragment()
937 close_association_pair(&br, a0, a1).await; in test_assoc_unreliable_rexmit_ordered_fragment()
1022 close_association_pair(&br, a0, a1).await; in test_assoc_unreliable_rexmit_unordered_no_fragment()
[all …]
/webrtc/data/src/data_channel/
H A Ddata_channel_test.rs104 async fn close_association_pair( in close_association_pair() function
254 close_association_pair(&br, a0, a1).await; in pr_ordered_unordered_test()
317 close_association_pair(&br, a0, a1).await; in test_data_channel_channel_type_reliable_ordered()
389 close_association_pair(&br, a0, a1).await; in test_data_channel_channel_type_reliable_unordered()
519 close_association_pair(&br, a0, a1).await; in test_data_channel_buffered_amount()
615 close_association_pair(&br, a0, a1).await; in test_stats()
670 close_association_pair(&br, a0, a1).await; in test_poll_data_channel()