Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 78) sorted by relevance

1234

/webrtc/dtls/src/
H A Dlistener.rs18 pub async fn listen<A: 'static + ToSocketAddrs>(laddr: A, config: Config) -> Result<impl Listener> { in listen() argument
/webrtc/util/src/conn/
H A Dconn_udp_listener.rs92 pub async fn listen<A: ToSocketAddrs>(laddr: A) -> Result<impl Listener> { in listen()
98 pub async fn listen<A: ToSocketAddrs>(&mut self, laddr: A) -> Result<impl Listener> { in listen()
/webrtc/sdp/
H A DCargo.toml6 description = "A pure Rust implementation of SDP"
/webrtc/rtcp/
H A DCargo.toml6 description = "A pure Rust implementation of RTCP"
/webrtc/mdns/src/message/resource/
H A Da.rs18 DnsType::A in real_type()
/webrtc/rtp/
H A DCargo.toml6 description = "A pure Rust implementation of RTP"
H A DLICENSE-MIT17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/webrtc/mdns/src/message/
H A Dmessage_test.rs27 typ: DnsType::A, in small_test_msg()
33 typ: DnsType::A, in small_test_msg()
42 typ: DnsType::A, in small_test_msg()
51 typ: DnsType::A, in small_test_msg()
70 typ: DnsType::A, in large_test_msg()
77 typ: DnsType::A, in large_test_msg()
86 typ: DnsType::A, in large_test_msg()
251 typ: DnsType::A, in test_question_pack_unpack()
1117 typ: DnsType::A, in test_resource_pack()
1146 typ: DnsType::A, in test_resource_pack_length()
[all …]
H A Dmod.rs28 A = 1, enumerator
53 1 => DnsType::A, in from()
79 DnsType::A => "A", in fmt()
/webrtc/media/
H A DCargo.toml6 description = "A pure Rust implementation of WebRTC Media API"
/webrtc/interceptor/
H A DCargo.toml6 description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
/webrtc/data/
H A DCargo.toml6 description = "A pure Rust implementation of WebRTC DataChannel API"
H A DLICENSE-MIT17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/webrtc/constraints/
H A DCargo.toml6 description = "A pure Rust implementation of WebRTC Media Constraints API"
/webrtc/stun/
H A DCargo.toml6 description = "A pure Rust implementation of STUN"
/webrtc/srtp/
H A DCargo.toml6 description = "A pure Rust implementation of SRTP"
/webrtc/sctp/
H A DCargo.toml6 description = "A pure Rust implementation of SCTP"
H A DLICENSE-MIT17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/webrtc/mdns/
H A DCargo.toml6 description = "A pure Rust implementation of mDNS"
/webrtc/turn/
H A DCargo.toml6 description = "A pure Rust implementation of TURN"
/webrtc/ice/
H A DCargo.toml6 description = "A pure Rust implementation of ICE"
H A DLICENSE-MIT17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
/webrtc/mdns/src/conn/
H A Dmod.rs221 typ: DnsType::A, in send_question()
362 if a.typ != DnsType::A && a.typ != DnsType::Aaaa { in run()
399 typ: DnsType::A, in send_answer()
/webrtc/examples/examples/ortc/
H A DREADME.md5 ORTC can then be used to implement WebRTC. A ORTC implementation can parse/emit Session Description…
/webrtc/dtls/
H A DLICENSE-MIT17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

1234