Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 11 of 11) sorted by relevance

/webrtc/webrtc/src/data_channel/
H A Ddata_channel_init.rs20 pub protocol: Option<String>, field
H A Ddata_channel_parameters.rs7 pub protocol: String, field
H A Dmod.rs62 pub(crate) protocol: String, field
466 pub fn protocol(&self) -> &str { in protocol() method
H A Ddata_channel_test.rs463 let protocol = "json".to_owned(); in test_data_channel_parameters_protocol_exchange() localVariable
/webrtc/turn/src/allocation/
H A Dfive_tuple.rs17 pub protocol: Protocol, field
H A Dmod.rs72 protocol: Protocol, field
/webrtc/webrtc/src/ice_transport/
H A Dice_candidate.rs23 pub protocol: RTCIceProtocol, field
42 let protocol = RTCIceProtocol::from(c.network_type().network_short().as_str()); in from() localVariable
/webrtc/turn/src/proto/
H A Dreqtrans.rs20 pub protocol: Protocol, field
/webrtc/data/src/message/
H A Dmessage_channel_open.rs151 pub protocol: Vec<u8>, field
216 let mut protocol = vec![0; protocol_len]; in unmarshal() localVariable
/webrtc/data/src/data_channel/
H A Dmod.rs36 pub protocol: String, field
/webrtc/webrtc/src/stats/
H A Dmod.rs366 pub protocol: String, field