Searched refs:num_outbound_streams (Results 1 – 6 of 6) sorted by relevance
| /webrtc/sctp/src/chunk/ |
| H A D | chunk_init.rs | 71 pub(crate) num_outbound_streams: u16, field 83 num_outbound_streams: self.num_outbound_streams, in clone() 107 self.num_outbound_streams, in fmt() 165 let num_outbound_streams = reader.get_u16(); in unmarshal() localVariable 185 num_outbound_streams, in unmarshal() 197 writer.put_u16(self.num_outbound_streams); in marshal_to() 258 if self.num_outbound_streams == 0 { in check()
|
| H A D | chunk_test.rs | 491 …c.num_outbound_streams, 1024, "Unmarshal passed for SCTP packet, but got incorrect numOutboundStre… in test_init_chunk() 595 num_outbound_streams: 1, in test_init_marshal_unmarshal() 616 …q!(c.num_outbound_streams, 1, "Unmarshal passed for SCTP packet, but got incorrect numOutboundStre… in test_init_marshal_unmarshal()
|
| /webrtc/sctp/src/association/association_internal/ |
| H A D | association_internal_test.rs | 376 num_outbound_streams: 1001, in handle_init_test()
|
| /webrtc/sctp/src/association/ |
| H A D | association_internal.rs | 630 std::cmp::min(i.num_outbound_streams, self.my_max_num_outbound_streams); in handle_init() 690 num_outbound_streams: self.my_max_num_outbound_streams, in handle_init() 728 std::cmp::min(i.num_outbound_streams, self.my_max_num_outbound_streams); in handle_init_ack()
|
| H A D | mod.rs | 314 num_outbound_streams: ai.my_max_num_outbound_streams, in new()
|
| H A D | association_test.rs | 2476 num_outbound_streams: 1, in test_association_handle_packet_before_init()
|