Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dassociation_internal.rs371 let p = self.create_packet(vec![Box::new(c.clone())]); in gather_outbound_data_and_reconfig_packets()
398 let p = self.create_packet(vec![Box::new(c)]); in gather_outbound_data_and_reconfig_packets()
468 let p = self.create_packet(to_fast_retrans); in gather_outbound_fast_retransmission_packets()
481 let p = self.create_packet(vec![Box::new(sack)]); in gather_outbound_sack_packets()
501 let p = self.create_packet(vec![Box::new(fwd_tsn)]); in gather_outbound_forward_tsn_packets()
522 let p = self.create_packet(vec![Box::new(shutdown)]); in gather_outbound_shutdown_packets()
532 let p = self.create_packet(vec![Box::new(shutdown_ack)]); in gather_outbound_shutdown_packets()
542 let p = self.create_packet(vec![Box::new(shutdown_complete)]); in gather_outbound_shutdown_packets()
1791 self.create_packet(vec![Box::new(ChunkReconfig { in reset_streams_if_any()
1929 packets.push(self.create_packet(chunks_to_send)); in bundle_data_chunks_into_packets()
[all …]
H A Dassociation_test.rs2076 a.create_packet(vec![Box::new(abort)]).marshal()? in test_assoc_abort()