Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 52) sorted by relevance

123

/webrtc/util/src/replay_detector/
H A Dmod.rs86 init: bool, field
100 init: false, in new()
113 if !self.init { in check()
119 self.init = true; in check()
/webrtc/webrtc/src/rtp_transceiver/
H A Dsrtp_writer_future.rs115 async fn init(&self, return_when_no_srtp: bool) -> Result<()> { in init() method
191 self.init(false).await?; in read()
217 self.init(true).await?; in write_rtp()
243 self.init(true).await?; in write()
/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs374 let mut init = ChunkInit { in handle_init_test() localVariable
382 init.set_supported_extensions(); in handle_init_test()
384 let result = a.handle_init(&pkt, &init).await; in handle_init_test()
393 if init.initial_tsn == 0 { in handle_init_test()
396 init.initial_tsn - 1 in handle_init_test()
/webrtc/mdns/examples/
H A Dmdns_server_query.rs7 env_logger::init(); in main()
H A Dmdns_server.rs32 .init(); in main()
H A Dmdns_query.rs33 .init(); in main()
/webrtc/dtls/src/cipher_suite/
H A Dcipher_suite_tls_psk_with_aes_128_gcm_sha256.rs41 fn init( in init() method
H A Dcipher_suite_aes_128_gcm_sha256.rs58 fn init( in init() method
H A Dcipher_suite_aes_256_cbc_sha.rs58 fn init( in init() method
H A Dcipher_suite_aes_128_ccm.rs61 fn init( in init() method
/webrtc/dtls/examples/dial/selfsign/
H A Ddial_selfsign.rs26 .init(); in main()
/webrtc/dtls/examples/listen/selfsign/
H A Dlisten_selfsign.rs26 .init(); in main()
/webrtc/dtls/examples/listen/psk/
H A Dlisten_psk.rs27 .init(); in main()
/webrtc/dtls/examples/dial/verify/
H A Ddial_verify.rs27 .init(); in main()
/webrtc/dtls/examples/dial/psk/
H A Ddial_psk.rs27 .init(); in main()
/webrtc/dtls/examples/listen/verify/
H A Dlisten_verify.rs27 .init(); in main()
/webrtc/dtls/src/
H A Dstate.rs220 cipher_suite.init(&self.master_secret, &local_random, &remote_random, true) in init_cipher_suite()
222 cipher_suite.init(&self.master_secret, &remote_random, &local_random, false) in init_cipher_suite()
/webrtc/turn/examples/
H A Dturn_server_udp.rs46 env_logger::init(); in main()
H A Dturn_client_udp.rs14 env_logger::init(); in main()
/webrtc/sctp/examples/
H A Dthroughput.rs25 .init(); in main()
/webrtc/sctp/src/association/
H A Dmod.rs312 let mut init = ChunkInit { in new() localVariable
320 init.set_supported_extensions(); in new()
396 ai.stored_init = Some(init); in new()
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs60 .init(); in main()
/webrtc/turn/src/client/
H A Dclient_test.rs75 env_logger::init(); in test_client_with_stun_send_binding_request_to_parallel()
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs59 .init(); in main()
/webrtc/examples/examples/rtp-to-webrtc/
H A Drtp-to-webrtc.rs62 .init(); in main()

123