Go to the source code of this file.
Classes | |
class | Listener |
Functions | |
bool | Connect (int *out_sock, const std::string &hostname_and_port) |
bool | DoHTTPTunnel (int sock, const std::string &hostname_and_port) |
bool | DoSMTPStartTLS (int sock) |
bool | InitSocketLibrary () |
void | PrintConnectionInfo (BIO *bio, const SSL *ssl) |
void | PrintSSLError (FILE *file, const char *msg, int ssl_err, int ret) |
bool | SocketSetNonBlocking (int sock, bool is_non_blocking) |
bool | TransferData (SSL *ssl, int sock) |
bool | VersionFromString (uint16_t *out_version, const std::string &version) |
Definition at line 142 of file transport_common.cc.
Definition at line 958 of file transport_common.cc.
Definition at line 901 of file transport_common.cc.
bool InitSocketLibrary | ( | ) |
Definition at line 79 of file transport_common.cc.
Definition at line 284 of file transport_common.cc.
Definition at line 659 of file transport_common.cc.
Definition at line 354 of file transport_common.cc.
Definition at line 682 of file transport_common.cc.
Definition at line 267 of file transport_common.cc.