Searched refs:Tcp (Results 1 – 3 of 3) sorted by relevance
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_protocol.rs | 17 Tcp, enumerator 29 RTCIceProtocol::Tcp in from() 40 RTCIceProtocol::Tcp => write!(f, "{ICE_PROTOCOL_TCP_STR}"), in fmt() 55 ("tcp", RTCIceProtocol::Tcp), in test_new_ice_protocol() 57 ("TCP", RTCIceProtocol::Tcp), in test_new_ice_protocol() 71 (RTCIceProtocol::Tcp, "tcp"), in test_ice_protocol_string()
|
| /webrtc/ice/src/url/ |
| H A D | url_test.rs | 31 ProtoType::Tcp, in test_parse_url_success() 58 ProtoType::Tcp, in test_parse_url_success() 76 ProtoType::Tcp, in test_parse_url_success()
|
| H A D | mod.rs | 69 Tcp, enumerator 88 "tcp" => Self::Tcp, in from() 98 Self::Tcp => "tcp", in fmt() 186 ProtoType::Tcp in parse_url() 221 ProtoType::Tcp in parse_url()
|