OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtls_active_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc
134
if (
dtls_active_
) {
147
dtls_active_
= true;
162
if (
dtls_active_
) {
206
if (
dtls_active_
&& remote_fingerprint_value_ == remote_fingerprint_value &&
213
// If the other side doesn't support DTLS, turn off |
dtls_active_
|.
217
dtls_active_
= false;
223
if (!
dtls_active_
) {
351
if (!
dtls_active_
) {
404
if (!
dtls_active_
) {
443
if (!
dtls_active_
|| dtls_state() == DTLS_TRANSPORT_CONNECTED)
[
all
...]
dtlstransportchannel.h
103
bool IsDtlsActive() const override { return
dtls_active_
; }
228
bool
dtls_active_
= false;
member in class:cricket::DtlsTransportChannelWrapper
Completed in 40 milliseconds