Searched refs:do_dtls_ (Results 1 – 1 of 1) sorted by relevance
153 do_dtls_ = true; in SetDestination()154 dest_->do_dtls_ = true; in SetDestination()243 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive()323 bool do_dtls_ = false; variable