Home
last modified time | relevance | path

Searched refs:Software (Results 1 – 20 of 20) sorted by relevance

/webrtc/sctp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/data/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/ice/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/rtp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/dtls/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/examples/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/util/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/turn/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/stun/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/rtcp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/mdns/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/media/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/srtp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/interceptor/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/constraints/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/sdp/
H A DLICENSE-MIT6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/webrtc/stun/benches/
H A Dbench.rs21 use stun::textattrs::{Nonce, Realm, Software, Username};
159 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_fingerprint()
179 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_fingerprint()
250 let software = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message_integrity()
370 let software = Software::new(ATTR_SOFTWARE, "cydev/stun test".to_owned()); in benchmark_message()
392 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message()
412 let s = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message()
450 Box::new(Software::new(ATTR_SOFTWARE, "webrtc-rs/stun".to_owned())), in benchmark_message()
/webrtc/stun/src/
H A Dtextattrs.rs34 pub type Software = TextAttribute; typedef
/webrtc/turn/src/client/
H A Dmod.rs69 software: Software,
196 software: Software::new(ATTR_SOFTWARE, config.software), in new()