Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 18 of 18) sorted by relevance

/webrtc/util/src/vnet/
H A Dchunk.rs104 fn tag(&self) -> String; in tag() method
114 pub(crate) tag: String, field
135 fn tag(&self) -> String { in tag() method
136 self.tag.clone() in tag()
154 self.tag(), in fmt()
178 fn tag(&self) -> String { in tag() method
179 self.chunk_ip.tag() in tag()
200 tag: self.chunk_ip.tag.clone(), in clone_to()
285 fn tag(&self) -> String { in tag() method
286 self.chunk_ip.tag() in tag()
[all …]
/webrtc/dtls/src/crypto/
H A Dmod.rs72 if pems[0].tag != "PRIVATE_KEY" { in from_pem()
75 pems[0].tag in from_pem()
84 if p.tag != "CERTIFICATE" { in from_pem()
87 p.tag in from_pem()
103 tag: "PRIVATE_KEY".to_string(), in serialize_pem()
108 tag: "CERTIFICATE".to_string(), in serialize_pem()
/webrtc/webrtc/src/peer_connection/
H A Dcertificate.rs125 if expires_pem.tag != "EXPIRES" { in from_pem()
128 expires_pem.tag in from_pem()
168 tag: "EXPIRES".to_string(), in serialize_pem()
/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs50 assert!(!c.tag().is_empty(), "should not be empty"); in test_chunk_udp()
/webrtc/sdp/
H A DREADME.md29 …A pure Rust implementation of SDP. Rewrite <a href="https://github.com/pion/sdp/releases/tag/v3.0.…
/webrtc/mdns/
H A DREADME.md29 …A pure Rust implementation of mDNS. Rewrite <a href="https://github.com/pion/mdns/releases/tag/v0.…
/webrtc/dtls/
H A DREADME.md29 …A pure Rust implementation of DTLS. Rewrite <a href="https://github.com/pion/dtls/releases/tag/v2.…
/webrtc/interceptor/
H A DREADME.md29 … processors. Rewrite <a href="https://github.com/pion/interceptor/releases/tag/v0.1.0">Pion</a> In…
/webrtc/turn/
H A DREADME.md29 …A pure Rust implementation of TURN. Rewrite <a href="https://github.com/pion/turn/releases/tag/v2.…
/webrtc/stun/
H A DREADME.md29 …A pure Rust implementation of STUN. Rewrite <a href="https://github.com/pion/stun/releases/tag/v0.…
/webrtc/sctp/
H A DREADME.md29 …A pure Rust implementation of SCTP. Rewrite <a href="https://github.com/pion/sctp/releases/tag/v1.…
/webrtc/media/
H A DREADME.md29 …bRTC Media. Rewrite <a href="https://github.com/pion/mediadevices/releases/tag/v0.3.0">Pion</a> Me…
/webrtc/data/
H A DREADME.md29 …DataChannel. Rewrite <a href="https://github.com/pion/datachannel/releases/tag/v1.4.21">Pion</a> D…
/webrtc/ice/
H A DREADME.md29 …A pure Rust implementation of ICE. Rewrite <a href="https://github.com/pion/ice/releases/tag/v2.0.…
/webrtc/srtp/
H A DREADME.md29 …A pure Rust implementation of SRTP. Rewrite <a href="https://github.com/pion/srtp/releases/tag/v1.…
/webrtc/rtcp/
H A DREADME.md29 …A pure Rust implementation of RTCP. Rewrite <a href="https://github.com/pion/rtcp/releases/tag/v1.…
/webrtc/rtp/
H A DREADME.md29 …A pure Rust implementation of RTP. Rewrite <a href="https://github.com/pion/rtp/releases/tag/v1.7.…
/webrtc/
H A DREADME.md69 …RTC stack, which rewrites <a href="https://github.com/pion/webrtc/releases/tag/v3.1.5">Pion</a> st…