Home
last modified time | relevance | path

Searched defs:stream_identifier (Results 1 – 4 of 4) sorted by relevance

/webrtc/sctp/src/chunk/
H A Dchunk_payload_data.rs99 pub(crate) stream_identifier: u16, field
196 let stream_identifier = reader.get_u16(); in unmarshal() localVariable
/webrtc/sctp/src/stream/
H A Dmod.rs74 pub(crate) stream_identifier: u16, field
148 pub fn stream_identifier(&self) -> u16 { in stream_identifier() method
629 pub fn stream_identifier(&self) -> u16 { in stream_identifier() method
/webrtc/data/src/data_channel/
H A Dmod.rs232 pub fn stream_identifier(&self) -> u16 { in stream_identifier() method
459 pub fn stream_identifier(&self) -> u16 { in stream_identifier() method
/webrtc/sctp/src/association/
H A Dassociation_internal.rs1775 let stream_identifier = s.stream_identifier; in reset_streams_if_any() localVariable