Searched refs:max_inbound_streams (Results 1 – 6 of 6) sorted by relevance
195 internal_sctp_transport_->max_inbound_streams()) { in OnAssociationChangeCommunicationUp()198 *(internal_sctp_transport_->max_inbound_streams())); in OnAssociationChangeCommunicationUp()
64 absl::optional<int> max_inbound_streams() const override { in max_inbound_streams() function in webrtc::__anonaf4786980111::FakeCricketSctpTransport
144 virtual absl::optional<int> max_inbound_streams() const = 0;
67 absl::optional<int> max_inbound_streams() const override;
379 absl::optional<int> DcSctpTransport::max_inbound_streams() const { in max_inbound_streams() function in webrtc::DcSctpTransport
46 absl::optional<int> max_inbound_streams() const { return absl::nullopt; } in max_inbound_streams() function