HomeSort by relevance Sort by last modified time
    Searched defs:DnsTlsSocket (Results 1 - 2 of 2) sorted by null

  /system/netd/server/dns/
DnsTlsSocket.h 48 class DnsTlsSocket : public IDnsTlsSocket {
50 DnsTlsSocket(const DnsTlsServer& server, unsigned mark,
54 ~DnsTlsSocket();
57 // This method should be called after construction and before use of a DnsTlsSocket.
58 // Only call this method once per DnsTlsSocket.
DnsTlsSocket.cpp 17 #define LOG_TAG "DnsTlsSocket"
20 #include "dns/DnsTlsSocket.h"
67 Status DnsTlsSocket::tcpConnect() {
132 bool DnsTlsSocket::initialize() {
179 mLoopThread.reset(new std::thread(&DnsTlsSocket::loop, this));
184 bssl::UniquePtr<SSL> DnsTlsSocket::sslConnect(int fd) {
307 void DnsTlsSocket::sslDisconnect() {
315 bool DnsTlsSocket::sslWrite(const Slice buffer) {
342 void DnsTlsSocket::loop() {
347 const int timeout_msecs = DnsTlsSocket::kIdleTimeout.count() * 1000
    [all...]

Completed in 591 milliseconds